frankgh commented on code in PR #4795:
URL: https://github.com/apache/cassandra/pull/4795#discussion_r3277852163
##########
src/java/org/apache/cassandra/utils/MergeIterator.java:
##########
@@ -410,7 +411,7 @@ protected Candidate<In> advance()
return this;
}
- public int compareTo(Candidate<In> that)
+ public int compareTo(Candidate<In> that, Comparator<? super In> comp)
Review Comment:
NIT, should we keep this as package-private?
```suggestion
int compareTo(Candidate<In> that, Comparator<? super In> comp)
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]