Abacn commented on code in PR #33587:
URL: https://github.com/apache/beam/pull/33587#discussion_r1923944718
##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BatchLoads.java:
##########
@@ -485,7 +485,7 @@ public WriteResult
expandUntriggered(PCollection<KV<DestinationT, ElementT>> inp
// loading.
PCollectionTuple partitions =
results
- .apply("ReifyResults", new ReifyAsIterable<>())
+ .apply("ReifyResults", new CombineAsIterable<>())
Review Comment:
Yes we can add a pipeline option if choose to not make it default. Then
customer could still face the issue until enable this option.
--
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]