dang-stripe opened a new pull request, #18471:
URL: https://github.com/apache/pinot/pull/18471

   This is a complementary change to https://github.com/apache/pinot/pull/17750 
to address errors with `Cannot invoke "java.util.Set.size()" because 
"intermediateResult" is null` that we are running internally.
   
   This happened to us after rolling out MSE broker pruning and when all 
segments were pruned in the query since there's no MSE broker logic yet to 
short circuit the query in the broker. This adds a comment to implement support.
   
   We did notice a bug with the count aggregation returning null instead of 0 
so we also fixed that here too.
   
   cc @yashmayya @Jackie-Jiang @timothy-e 


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