liferoad commented on code in PR #33587:
URL: https://github.com/apache/beam/pull/33587#discussion_r1922665487


##########
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:
   The customer is waiting for this workaround. @Abacn possible to add one 
option to enable this workaround?



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