iemejia commented on a change in pull request #11406: [BEAM-9748] Move 
Reparallelize transform to Reshuffle
URL: https://github.com/apache/beam/pull/11406#discussion_r407778247
 
 

 ##########
 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:
   Yes I will improve the javadoc, maybe move some of the details in the impl. 
comment below.

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

Reply via email to