walterddr opened a new pull request, #11843: URL: https://github.com/apache/pinot/pull/11843
currently pinotQuery only supports limited amount of PlanNodes this means an Exchange must be inserted in order to ensure the leaf stage can be converted into a PinotQuery. However this is a misuse of Exchange This PR plans to split the ServerRequest planning into 2 stages 1. first plan as much as possible into PinotQuery 2. for any remainder nodes that cannot be planned into PinotQuery, will be run together with the LeafStageTransferrableBlockOperator as the input locally. -- 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]
