Jackie-Jiang commented on code in PR #15095: URL: https://github.com/apache/pinot/pull/15095#discussion_r1964626665
########## pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/AggregateOperator.java: ########## @@ -85,8 +85,10 @@ public class AggregateOperator extends MultiStageOperator { // trimming - related members private final int _groupTrimSize; + // Comparator is used in priority queue, and the order is reversed so that peek() can be used to compare with each + // output row Review Comment: Done -- 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