viirya opened a new issue, #9603:
URL: https://github.com/apache/arrow-datafusion/issues/9603

   ### Is your feature request related to a problem or challenge?
   
   See the discussion at Comet: 
https://github.com/apache/arrow-datafusion-comet/pull/194#discussion_r1521912155
   
   > Yea, in DataFusion, only left side could be the build side. But in Spark, 
the HashJoin operator has a build side parameter to indicate which side is 
build side. The operator will do right thing accordingly internally. So 
currently we cannot just create a DataFusion HashJoin operator with right side 
as build side.
   
   > It can be swapped between left and right side, only if we also swap 
outputs and also column binding in joining keys and joining filter. I'd like to 
relax the build side constraint in DataFusion instead of doing the swap in 
Comet.
   
   ### Describe the solution you'd like
   
   HashJoin supports build right option.
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   _No response_


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

Reply via email to