zoltar9264 commented on code in PR #20975:
URL: https://github.com/apache/flink/pull/20975#discussion_r991782319


##########
flink-runtime/src/main/java/org/apache/flink/runtime/state/changelog/SequenceNumberRange.java:
##########
@@ -29,7 +29,7 @@ public interface SequenceNumberRange {
     long size();
 
     /**
-     * @return true if {@link #from} < sqn < {@link #to} (this implies 
that the range is not
+     * @return true if {@link #from} ≤ sqn < {@link #to} (this implies 
that the range is not
      *     empty, i.e. to > from))

Review Comment:
   Thanks @masteryhx , you are right. 



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to