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: java-bigquery/google-cloud-bigquery-jdbc/src/main/java/com/google/cloud/bigquery/jdbc/BigQueryConnection.java
+8-61Lines changed: 8 additions & 61 deletions
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,9 @@ public class BigQueryConnection extends BigQueryNoOpsConnection {
142
142
LongconnectionPoolSize;
143
143
LonglistenerPoolSize;
144
144
StringpartnerToken;
145
+
DatabaseMetaDatadatabaseMetaData;
146
+
BooleanreqGoogleDriveScope;
147
+
privatebooleanisReadOnlyTokenUsed = false;
145
148
privateintqueryTaskThreadCount;
146
149
privateExecutorServicequeryTaskExecutor;
147
150
@@ -269,68 +272,12 @@ public class BigQueryConnection extends BigQueryNoOpsConnection {
0 commit comments