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 7ac784f9ea Add protobuf support for lambdas (#22362)
     add 24d8957cf4 perf(physical-plan): fold PlanProperties fast-path into 
with_new_children_if_necessary (PR 1 of #22555) (#23332)

No new revisions were added by this update.

Summary of changes:
 datafusion/physical-plan/src/aggregates/mod.rs     |  22 +-
 datafusion/physical-plan/src/async_func.rs         |  22 +-
 datafusion/physical-plan/src/buffer.rs             |  22 +-
 datafusion/physical-plan/src/coalesce_batches.rs   |  22 +-
 .../physical-plan/src/coalesce_partitions.rs       |  22 +-
 datafusion/physical-plan/src/coop.rs               |  20 +-
 datafusion/physical-plan/src/execution_plan.rs     | 400 ++++++++++++++++++++-
 datafusion/physical-plan/src/filter.rs             |  22 +-
 datafusion/physical-plan/src/joins/cross_join.rs   |  34 +-
 .../physical-plan/src/joins/nested_loop_join.rs    |  44 +--
 .../src/joins/piecewise_merge_join/exec.rs         |  57 ++-
 .../src/joins/sort_merge_join/exec.rs              |  28 +-
 .../physical-plan/src/joins/symmetric_hash_join.rs |  28 +-
 datafusion/physical-plan/src/limit.rs              |  44 +--
 datafusion/physical-plan/src/projection.rs         |  22 +-
 datafusion/physical-plan/src/repartition/mod.rs    |  24 +-
 datafusion/physical-plan/src/sorts/partial_sort.rs |  22 +-
 .../src/sorts/sort_preserving_merge.rs             |  22 +-
 datafusion/physical-plan/src/union.rs              |  44 +--
 datafusion/physical-plan/src/unnest.rs             |  22 +-
 .../src/windows/bounded_window_agg_exec.rs         |  22 +-
 .../physical-plan/src/windows/window_agg_exec.rs   |  22 +-
 22 files changed, 682 insertions(+), 305 deletions(-)


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

Reply via email to