apache / datafusion

Apache DataFusion SQL Query Engine
https://datafusion.apache.org/
Apache License 2.0
6.33k stars 1.2k forks source link

SortMergeJoin: Add RightAnti join support #13472

Open comphead opened 3 days ago

comphead commented 3 days ago

Is your feature request related to a problem or challenge?

Sort Merge Join currently supports LeftAnti join however it would be nice to have RightAnti support as well

https://github.com/apache/datafusion/blob/main/datafusion/physical-plan/src/joins/sort_merge_join.rs

Describe the solution you'd like

Add support unit tests and fuzz tests

Describe alternatives you've considered

No response

Additional context

No response