Jackie-Jiang commented on code in PR #11762:
URL: https://github.com/apache/pinot/pull/11762#discussion_r1355935410


##########
pinot-core/src/main/java/org/apache/pinot/core/query/reduce/AggregationDataTableReducer.java:
##########
@@ -47,9 +45,12 @@
 @SuppressWarnings({"rawtypes", "unchecked"})
 public class AggregationDataTableReducer implements DataTableReducer {
   private final QueryContext _queryContext;
+  private final AggregationFunction[] _aggregationFunctions;
 
-  AggregationDataTableReducer(QueryContext queryContext) {
+  public AggregationDataTableReducer(QueryContext queryContext) {

Review Comment:
   Technically it is not required to be public, but it doesn't hurt since we 
don't really have a reason to prevent it from being reused



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to