agavra commented on PR #9601:
URL: https://github.com/apache/pinot/pull/9601#issuecomment-1281153336

   I investigated this as part of https://github.com/apache/pinot/issues/9592 - 
we shouldn't add this precondition without the fixing underlying issue as it 
will cause things to fail. 
   
   This happens in nested loop joins when the plan will generate a broadcast on 
one side and a singleton on another side but the plan gets executed on every 
node, which means some nodes (the singleton ones) will not expect to receive 
any data from the other singleton nodes.


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