Dandandan commented on PR #4011: URL: https://github.com/apache/arrow-datafusion/pull/4011#issuecomment-1295911256
> How about we add Integration test about Join? I find there is just inner join in it. You mean with SQL tests, ir something else? Semi and anti joins don't have specific syntax currently, but are used for correlated subqueries, `EXISTS`, etc. The right semi and right Anti are not used that often as they depend on statistics to be available. In Ballista I recently added support for a simple version of adaptive query execution. Now joins are reordered based on statistics that are collected when each stage has finished. -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org