stankiewicz commented on code in PR #32805:
URL: https://github.com/apache/beam/pull/32805#discussion_r1819483370
##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/StorageApiLoads.java:
##########
@@ -354,25 +355,34 @@ public WriteResult expandUntriggered(
rowUpdateFn,
badRecordRouter));
+ PCollection<KV<DestinationT, StorageApiWritePayload>>
successfulConvertedRows =
+ convertMessagesResult.get(successfulConvertedRowsTag);
+
+ if (numShards > 0) {
Review Comment:
@razvanculea correct me if I'm wrong but nobody is running batch with
numStorageWriteApiStreams set and storage write api method.
--
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]