jasperjiaguo commented on code in PR #9286: URL: https://github.com/apache/pinot/pull/9286#discussion_r956676685
########## pinot-core/src/main/java/org/apache/pinot/core/operator/combine/GroupByOrderByCombineOperator.java: ########## @@ -165,6 +167,8 @@ protected void processSegments(int taskIndex) { // Merge aggregation group-by result. // Iterate over the group-by keys, for each key, update the group-by result in the indexedTable Collection<IntermediateRecord> intermediateRecords = resultsBlock.getIntermediateRecords(); + // Count the number of merged keys + long mergedKeys = 0; Review Comment: fixed -- 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