You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/autosynth-logging/google-cloud-clients/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/EmptyTableResult.java
Copy file name to clipboardExpand all lines: branches/autosynth-logging/google-cloud-clients/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/Job.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -305,7 +305,7 @@ public TableResult getQueryResults(QueryResultsOption... options)
305
305
// Listing table data might fail, such as with CREATE VIEW queries.
306
306
// Avoid a tabledata.list API request by returning an empty TableResult.
Copy file name to clipboardExpand all lines: branches/autosynth-logging/google-cloud-clients/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/JobTest.java
+49Lines changed: 49 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -302,6 +302,55 @@ public Iterable<FieldValueList> getValues() {
0 commit comments