c21 edited a comment on pull request #34034:
URL: https://github.com/apache/spark/pull/34034#issuecomment-923146032


   > The idea LGTM. Does it apply to other join types?
   
   @cloud-fan - actually it does not apply to other join types, because for 
INNER and OUTER join, we need to output every matching rows from build side. 
Rows from build side may have same value for join column, but not same value 
for other column.


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