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 2024/01/22 18:53:53 UTC

(arrow-datafusion) branch main updated (38d5f75de4 -> f2e67019c3)

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 38d5f75de4 Fix handling of nested leaf columns in parallel parquet writer (#8923)
     add f2e67019c3 feat: emitting partial join results in `HashJoinStream` (#8020)

No new revisions were added by this update.

Summary of changes:
 datafusion/physical-plan/Cargo.toml                |   1 +
 datafusion/physical-plan/src/joins/hash_join.rs    | 623 ++++++++++++++-------
 .../physical-plan/src/joins/nested_loop_join.rs    |  18 +-
 .../physical-plan/src/joins/symmetric_hash_join.rs | 131 ++++-
 datafusion/physical-plan/src/joins/utils.rs        | 238 +++++---
 datafusion/physical-plan/src/lib.rs                |   3 +
 datafusion/physical-plan/src/test/exec.rs          |   6 +-
 7 files changed, 736 insertions(+), 284 deletions(-)