xiangfu0 commented on a change in pull request #7335: URL: https://github.com/apache/pinot/pull/7335#discussion_r693338262
########## File path: pinot-tools/src/main/java/org/apache/pinot/tools/anonymizer/ArrayBasedGlobalDictionaries.java ########## @@ -187,6 +187,7 @@ public int compare(Object o1, Object o2) { return ((Double) o1).compareTo((Double) o2); } }; + break; Review comment: bug found -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org