We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b89136 commit a34b099Copy full SHA for a34b099
bigquery/cloud-client/src/main/java/com/example/bigquery/SimpleApp.java
@@ -69,8 +69,6 @@ public static void main(String... args) throws Exception {
69
70
// [START bigquery_simple_app_print]
71
// Get the results.
72
- QueryResponse response = bigquery.getQueryResults(jobId);
73
-
74
TableResult result = queryJob.getQueryResults();
75
76
// Print all pages of the results.
0 commit comments