Akanksha-kedia commented on PR #18516:
URL: https://github.com/apache/pinot/pull/18516#issuecomment-4669869633

   Closing as superseded by apache/pinot#18538 which landed a more complete 
short-circuit implementation. That PR correctly runs 
`QueryDispatcher.runReducer` for the broker-reduce stage (handling e.g. 
`COUNT(*)` on pruned segments), whereas this PR's early return bypassed the 
reduce stage entirely. The core optimization — skipping server dispatch when 
all segments are pruned — is now in master.


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