2010YOUY01 commented on PR #16083:
URL: https://github.com/apache/datafusion/pull/16083#issuecomment-2890335049

   This is cool! I got some questions:
   1. Can we test this feature through the SQL interface (some SQL with 
subqueries got optimized into RightMarkJoin)? Or maybe this feature is not 
supported yet.
   2. Is RightMarkJoin equivalent to LeftMarkJoin with left and right child 
swapped? (just picturing how should mark joins be supported for memory-limited 
cases, it's fine for now since NLJ and HJ will always buffer all input from the 
build side)


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