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

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


    from 828e1c1bce fix: Make `serialize_to_file` test cross platform (#20147)
     add d3ac7a351a Wrap immutable plan parts into Arc (make creating 
`ExecutionPlan`s less costly) (#19893)

No new revisions were added by this update.

Summary of changes:
 datafusion/common/src/stats.rs                     |  13 +-
 datafusion/common/src/utils/mod.rs                 |   4 +-
 datafusion/core/src/physical_planner.rs            |   2 +-
 .../tests/physical_optimizer/join_selection.rs     |   2 +-
 datafusion/physical-expr/src/projection.rs         |  95 +++++--
 .../physical-optimizer/src/enforce_distribution.rs |  44 ++--
 .../src/enforce_sorting/sort_pushdown.rs           |   2 +-
 .../physical-optimizer/src/join_selection.rs       |  50 ++--
 .../physical-optimizer/src/projection_pushdown.rs  |   2 +-
 datafusion/physical-plan/src/aggregates/mod.rs     |  43 ++--
 .../physical-plan/src/aggregates/no_grouping.rs    |   6 +-
 .../physical-plan/src/aggregates/row_hash.rs       |  12 +-
 .../physical-plan/src/aggregates/topk_stream.rs    |   4 +-
 datafusion/physical-plan/src/common.rs             |   2 +-
 datafusion/physical-plan/src/filter.rs             |  60 ++---
 .../physical-plan/src/joins/hash_join/exec.rs      | 276 ++++++++++++++-------
 .../physical-plan/src/joins/hash_join/mod.rs       |   2 +-
 datafusion/physical-plan/src/joins/mod.rs          |   6 +-
 .../physical-plan/src/joins/nested_loop_join.rs    | 150 +++++++----
 datafusion/physical-plan/src/joins/utils.rs        |   4 +-
 datafusion/physical-plan/src/projection.rs         |  18 +-
 datafusion/proto/src/physical_plan/mod.rs          |   2 +-
 22 files changed, 509 insertions(+), 290 deletions(-)


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

Reply via email to