This is an automated email from the ASF dual-hosted git repository.

github-merge-queue[bot] pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


    from 006dffce95 feat: remove extra Rows from ReusableRows (#23802)
     add 0a4e930522 feat: null aware RightAnti hash join execution + planning 
support (#23957)

No new revisions were added by this update.

Summary of changes:
 .../tests/physical_optimizer/join_selection.rs     | 186 +++++++
 .../physical-optimizer/src/join_selection.rs       |  49 +-
 .../physical-plan/src/joins/hash_join/exec.rs      | 543 ++++++++++++++++++++-
 .../physical-plan/src/joins/hash_join/stream.rs    | 101 ++--
 datafusion/physical-plan/src/joins/mod.rs          |  14 +
 .../test_files/dynamic_filter_pushdown_config.slt  |  23 +-
 .../test_files/null_aware_anti_join.slt            |  12 +-
 datafusion/sqllogictest/test_files/subquery.slt    |   1 +
 8 files changed, 852 insertions(+), 77 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to