adasari commented on code in PR #18334:
URL: https://github.com/apache/pinot/pull/18334#discussion_r3599569594


##########
pinot-core/src/main/java/org/apache/pinot/core/operator/query/AggregationOperator.java:
##########
@@ -67,7 +74,7 @@ protected AggregationResultsBlock getNextBlock() {
     if (_useStarTree) {
       aggregationExecutor = new 
StarTreeAggregationExecutor(_aggregationFunctions);
     } else {
-      aggregationExecutor = new 
DefaultAggregationExecutor(_aggregationFunctions);
+      aggregationExecutor = new 
DefaultAggregationExecutor(_aggregationFunctions, _preAggregatedResults);

Review Comment:
   For now added comment that start tree executor doesn't use pre aggregated 
results.



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