masteryhx commented on code in PR #20975:
URL: https://github.com/apache/flink/pull/20975#discussion_r990751814
##########
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:
minor: the number of right parenthesis should be just one.
--
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]