yirutang commented on code in PR #26794:
URL: https://github.com/apache/beam/pull/26794#discussion_r1199404720
##########
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIOWriteTest.java:
##########
@@ -1985,9 +1985,13 @@ public void updateTableSchemaTest(boolean useSet) throws
Exception {
new TableSchema()
.setFields(
ImmutableList.of(
- new TableFieldSchema().setName("name").setType("STRING"),
new
TableFieldSchema().setName("number").setType("INTEGER"),
+ new TableFieldSchema().setName("name").setType("STRING"),
new
TableFieldSchema().setName("req").setType("STRING").setMode("REQUIRED")));
+
Review Comment:
test nested case?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]