Skip to content

Commit

Permalink
Update validation to include useInt64Timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
PhongChuong committed Dec 19, 2024
1 parent 61f387c commit 2317279
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1755,6 +1755,8 @@ public void testComplicateSchemaWithPendingStream()
QueryJobConfiguration.newBuilder("SELECT * from " + DATASET + '.' + TABLE2).build());
Iterator<FieldValueList> queryIter = queryResult.getValues().iterator();
assertTrue(queryIter.hasNext());
// SHOULD FAIL.
System.out.println("CHUONGPH: " + queryIter.next().get(1).getRepeatedValue().toString());
assertEquals(
"[FieldValue{attribute=REPEATED, value=[FieldValue{attribute=PRIMITIVE, value=aaa,"
+ " useInt64Timestamps=false}, FieldValue{attribute=PRIMITIVE, value=aaa,"
Expand Down

0 comments on commit 2317279

Please sign in to comment.