You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: flight/flight-sql-jdbc-core/src/main/java/org/apache/arrow/driver/jdbc/ArrowFlightJdbcFlightStreamResultSet.java
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ public final class ArrowFlightJdbcFlightStreamResultSet
54
54
privateVectorSchemaRootcurrentVectorSchemaRoot;
55
55
56
56
privateSchemaschema;
57
+
privateIntegerid = null; // used for metadata result sets only
57
58
58
59
/** Public constructor used by ArrowFlightJdbcFactory. */
0 commit comments