You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2023/04/06 21:00:21 UTC

[arrow-datafusion] branch main updated (4f40070b0c -> c5e935a15f)

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

alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


    from 4f40070b0c Moving PipelineFixer above all rules to use ExecutionPlan APIs  (#5880)
     add c5e935a15f Add assert on hash children partition count (#5768)

No new revisions were added by this update.

Summary of changes:
 .../core/src/physical_plan/joins/hash_join.rs      | 86 +++++++++++-----------
 .../src/physical_plan/joins/sort_merge_join.rs     | 14 +++-
 .../src/physical_plan/joins/symmetric_hash_join.rs |  8 ++
 3 files changed, 66 insertions(+), 42 deletions(-)