jackjlli opened a new pull request, #15458:
URL: https://github.com/apache/pinot/pull/15458

   This PR is similar to the previous 
[PR](https://github.com/apache/pinot/pull/15382) (which fixed the aggregation 
only queries) but it fixes the one with group-by query pattern.
   
   Basically if the `aggregate(int length, AggregationResultHolder 
aggregationResultHolder, Map<ExpressionContext, BlockValSet> blockValSetMap)` 
method never gets invoked, the `Object _value;` inside the 
AggregationResultHolder class will be null, which is a valid case (we can see 
from the above query log that 0 segment gets processed).


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