Skip to content

Commit fd8f8f5

Browse files
Update java-bigquery/google-cloud-bigquery-jdbc/src/main/java/com/google/cloud/bigquery/jdbc/BigQueryDatabaseMetaData.java
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent b645c2c commit fd8f8f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1283,7 +1283,7 @@ List<RoutineId> listMatchingProcedureIdsFromDatasets(
12831283
if (Thread.currentThread().isInterrupted()) {
12841284
listRoutineFutures.forEach(f -> f.cancel(true));
12851285
InterruptedException ex =
1286-
new InterruptedException("Interrupted while collecting routine lists");
1286+
new InterruptedException("Interrupted while collecting routine lists for catalog: " + catalogParam);
12871287
logger.severe(ex, ex.getMessage());
12881288
throw ex;
12891289
}

0 commit comments

Comments
 (0)