parthchandra commented on PR #1935:
URL: 
https://github.com/apache/datafusion-comet/pull/1935#issuecomment-3020266365

   > > I was surprised to find that Spark does not have Right Semi and Right 
Anti. :)
   > 
   > I found it surprising, too. What must have limited the decision to not 
incorporate this type of join?
   
   One can achieve a right semi/anti by swapping the left side and right side 
and doing a left semi/anti. It would really just be a convenience method for 
end users but not really necessary


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to