lukecwik commented on a change in pull request #11406: [BEAM-9748] Move
Reparallelize transform to Reshuffle
URL: https://github.com/apache/beam/pull/11406#discussion_r407698827
##########
File path:
sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/Reshuffle.java
##########
@@ -65,6 +66,11 @@ private Reshuffle() {}
return new ViaRandomKey<>();
}
+ @Experimental
+ public static <T> Reparallelize<T> reparallelize() {
Review comment:
It is unclear to a user why they would choose this implementation over
viaRandomKeys
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services