davidradl commented on code in PR #26544:
URL: https://github.com/apache/flink/pull/26544#discussion_r2084125236
##########
flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/state/rocksdb/RocksDBIncrementalCheckpointUtils.java:
##########
@@ -115,7 +115,6 @@ public double getOverlapFraction() {
public int compareTo(@Nullable Score other) {
return Comparator.nullsFirst(
Comparator.comparing(Score::getIntersectGroupRange)
-
.thenComparing(Score::getIntersectGroupRange)
Review Comment:
Please could you add a unit test for this scenario
--
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]