ahmedabu98 commented on code in PR #26559:
URL: https://github.com/apache/beam/pull/26559#discussion_r1185429757


##########
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIOWriteTest.java:
##########
@@ -180,6 +180,7 @@ public static Iterable<Object[]> data() {
         new Object[] {false, false, false},
         new Object[] {false, false, true},
         new Object[] {true, false, false},
+        new Object[] {true, true, false},

Review Comment:
   I noticed storage write at least once mode for batch wasn't included in 
these tests so I added them here.



-- 
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]

Reply via email to