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


##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/StorageApiWritesShardedRecords.java:
##########
@@ -247,7 +251,13 @@ public PCollectionTuple expand(
     PCollectionTuple writeRecordsResult =
         input.apply(
             "Write Records",
-            ParDo.of(new WriteRecordsDoFn(operationName, streamIdleTime, 
splitSize, maxRequestSize))
+            ParDo.of(

Review Comment:
   I changed it to use a custom BigQueryServices implementation that has 
crashing behavior, PTAL. This did require changing some classes/methods to 
public though so that they could be accessed from the `it/gcp` module. 



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