lukecwik commented on a change in pull request #11454: [BEAM-8871] Support 
trySplit for ByteKeyRangeTracker
URL: https://github.com/apache/beam/pull/11454#discussion_r410592039
 
 

 ##########
 File path: 
sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/splittabledofn/RestrictionTracker.java
 ##########
 @@ -29,7 +30,7 @@
 public abstract class RestrictionTracker<RestrictionT, PositionT> {
   /**
    * Attempts to claim the block of work in the current restriction identified 
by the given
-   * position.
+   * position. Each claimed position should be a valid split point.
 
 Review comment:
   ```suggestion
      * position. Each claimed position MUST be a valid split point.
   ```

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