robertwb commented on code in PR #33587:
URL: https://github.com/apache/beam/pull/33587#discussion_r1920829033
##########
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:
I think this could be a problem. (I'm also concerned because the underlying
issue is still there...)
--
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]