agavra commented on code in PR #9767:
URL: https://github.com/apache/pinot/pull/9767#discussion_r1017411170


##########
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/AggregateOperator.java:
##########
@@ -228,4 +240,38 @@ private static Key extraRowKey(Object[] row, 
List<RexExpression> groupSet) {
     }
     return new Key(keyElements);
   }
+
+  private static class Holder {

Review Comment:
   ah 👍 I think this clarifies my question above. yeah I think that's a good 
refactor, I'll do that



-- 
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

Reply via email to