y1chi commented on code in PR #29230:
URL: https://github.com/apache/beam/pull/29230#discussion_r1378221390


##########
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIOWriteTest.java:
##########
@@ -1293,6 +1295,10 @@ private void storageWrite(boolean autoSharding) throws 
Exception {
     p.apply(source).apply("WriteToBQ", write);
     p.run().waitUntilFinish();
 
+    // This should not change, this ensures that the transform name is what 
the dataflow runner
+    // expects.
+    logged.verifyDebug("/StorageApiLoads");

Review Comment:
   ditto.



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