davidradl commented on code in PR #26544:
URL: https://github.com/apache/flink/pull/26544#discussion_r2084247238
##########
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:
Ah I see - it is not change behaviour just removing the duplicate. I agree
no need to unit test.
--
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]