ahmedabu98 commented on code in PR #26559:
URL: https://github.com/apache/beam/pull/26559#discussion_r1189056764
##########
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIOWriteTest.java:
##########
@@ -2684,6 +2685,52 @@ public void testWriteToTableDecorator() throws Exception
{
p.run();
}
+ @Test
+ public void testBatchStorageWriteWithMultipleAppendsPerStream() throws
Exception {
+ assumeTrue(useStorageApi);
Review Comment:
The test ran and passed for [Storage Write
API](https://ci-beam.apache.org/job/beam_PreCommit_Java_GCP_IO_Direct_Commit/2551/testReport/org.apache.beam.sdk.io.gcp.bigquery/BigQueryIOWriteTest/testBatchStorageWriteWithMultipleAppendsPerStream_2_/)
and [Storage write at least
once](https://ci-beam.apache.org/job/beam_PreCommit_Java_GCP_IO_Direct_Commit/2551/testReport/org.apache.beam.sdk.io.gcp.bigquery/BigQueryIOWriteTest/testBatchStorageWriteWithMultipleAppendsPerStream_3_/)
--
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]