Abacn commented on code in PR #26976:
URL: https://github.com/apache/beam/pull/26976#discussion_r1214323775
##########
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIOWriteTest.java:
##########
@@ -3025,4 +3025,50 @@ public void
testWriteWithStorageApiWithoutSettingShardsEnableAutoSharding() thro
fakeDatasetService.getAllRows("project-id", "dataset-id", "table-id"),
containsInAnyOrder(new TableRow().set("name", "a"), new
TableRow().set("name", "b")));
}
+
+ @Test
+ public void testBatchStorageWriteWithMultipleAppendsPerStream() throws
Exception {
+ assumeTrue(useStorageApi);
+ assumeTrue(!useStreaming);
Review Comment:
Current succeeded run:
https://ci-beam.apache.org/job/beam_PreCommit_Java_GCP_IO_Direct_Commit/2745/
https://ci-beam.apache.org/job/beam_PreCommit_Java_GCP_IO_Direct_Phrase/181/
--
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]