Skip to content

Commit

Permalink
update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniewang526 committed Oct 8, 2021
1 parent 2ecbcc3 commit 1c4b876
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -1881,7 +1881,6 @@ public void testQueryTimeStamp() throws InterruptedException {
bigquery.query(
QueryJobConfiguration.newBuilder(query)
.setDefaultDataset(DatasetId.of(DATASET))
.setPriority(QueryJobConfiguration.Priority.INTERACTIVE)
.build());
for (FieldValueList row : resultInteractive.getValues()) {
FieldValue timeStampCell = row.get(0);
Expand Down

0 comments on commit 1c4b876

Please sign in to comment.