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

Commit 366c1cc

Browse files
committed
chore: remove redundant exception thrown
1 parent aea4f3b commit 366c1cc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,6 @@ Thread populateArrowBufferedQueue(
881881
Thread.currentThread().interrupt();
882882
}
883883
Thread.currentThread().interrupt();
884-
throw new BigQueryJdbcRuntimeException(e);
885884
} finally { // logic needed for graceful shutdown
886885
// marking end of stream
887886
try {
@@ -1105,7 +1104,6 @@ Thread runNextPageTaskAsync(
11051104
} catch (InterruptedException ie) {
11061105
Thread.currentThread().interrupt();
11071106
}
1108-
throw new BigQueryJdbcRuntimeException(ex);
11091107
} finally {
11101108
try {
11111109
// this will stop the parseDataTask as well when the pagination

0 commit comments

Comments
 (0)