stoty commented on code in PR #6384: URL: https://github.com/apache/hbase/pull/6384#discussion_r1810896258
########## hbase-diagnostics/src/main/java/org/apache/hadoop/hbase/PerformanceEvaluation.java: ########## @@ -249,6 +249,22 @@ public String toString() { public int compareTo(RunResult o) { return Long.compare(this.duration, o.duration); } + + @Override Review Comment: This is iffy, but probably better than it was. -- 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...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org