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

Commit 5aa0f7f

Browse files
nit update
1 parent 6a782a8 commit 5aa0f7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQueryImpl.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,8 +1283,7 @@ public com.google.api.services.bigquery.model.QueryResponse call() {
12831283
// here, but this is left as future work.
12841284
JobId jobId = JobId.fromPb(results.getJobReference());
12851285
Job job = getJob(jobId, options);
1286-
TableResult tableResult = job.getQueryResults();
1287-
return tableResult;
1286+
return job.getQueryResults();
12881287
}
12891288

12901289
if (results.getPageToken() != null) {

0 commit comments

Comments
 (0)