Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 1d1a5c5

Browse files
committed
chore: remove extra log
1 parent 878b6e6 commit 1d1a5c5

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

google-cloud-bigquery-jdbc/src/main/java/com/google/cloud/bigquery/jdbc/BigQueryStatement.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,12 +1102,6 @@ Thread runNextPageTaskAsync(
11021102
// completes
11031103
rpcResponseQueue.put(Tuple.of(null, false));
11041104
} catch (Exception ex) {
1105-
LOG.warning(
1106-
"\n"
1107-
+ Thread.currentThread().getName()
1108-
+ " Interrupted @ runNextPageTaskAsync"
1109-
+ ": %s",
1110-
ex.getMessage());
11111105
throw new BigQueryJdbcRuntimeException(ex);
11121106
}
11131107
// We cannot do queryTaskExecutor.shutdownNow() here as populate buffer method may not

0 commit comments

Comments
 (0)