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 12cb4cae1c Use logical null count in `case_when_with_expr` (#18872)
     add c141fca12b chore: enforce `clippy::needless_pass_by_value` to 
`datafusion-physical-plan` (#18864)

No new revisions were added by this update.

Summary of changes:
 .../src/aggregates/group_values/row.rs             | 14 ++---
 datafusion/physical-plan/src/aggregates/mod.rs     | 11 ++--
 .../physical-plan/src/aggregates/no_grouping.rs    | 12 ++---
 .../physical-plan/src/aggregates/row_hash.rs       | 32 +++++------
 .../physical-plan/src/aggregates/topk/heap.rs      | 14 ++---
 .../physical-plan/src/aggregates/topk_stream.rs    | 11 ++--
 datafusion/physical-plan/src/analyze.rs            | 10 ++--
 datafusion/physical-plan/src/execution_plan.rs     | 13 +++++
 datafusion/physical-plan/src/filter.rs             | 19 +++----
 datafusion/physical-plan/src/filter_pushdown.rs    |  1 +
 .../physical-plan/src/joins/hash_join/exec.rs      | 24 ++++-----
 .../physical-plan/src/joins/nested_loop_join.rs    | 51 +++++++++---------
 .../src/joins/piecewise_merge_join/classic_join.rs | 20 +++----
 .../src/joins/sort_merge_join/exec.rs              |  2 +-
 .../src/joins/sort_merge_join/stream.rs            | 14 ++---
 .../physical-plan/src/joins/symmetric_hash_join.rs | 24 ++++-----
 datafusion/physical-plan/src/joins/test_utils.rs   |  6 ++-
 datafusion/physical-plan/src/joins/utils.rs        | 32 +++++++----
 datafusion/physical-plan/src/lib.rs                |  3 ++
 datafusion/physical-plan/src/projection.rs         |  4 +-
 datafusion/physical-plan/src/recursive_query.rs    |  6 +--
 datafusion/physical-plan/src/repartition/mod.rs    | 63 +++++++++++-----------
 datafusion/physical-plan/src/sorts/stream.rs       |  6 +--
 datafusion/physical-plan/src/spill/mod.rs          |  1 +
 datafusion/physical-plan/src/test.rs               |  5 +-
 datafusion/physical-plan/src/topk/mod.rs           |  8 +--
 datafusion/physical-plan/src/union.rs              | 30 ++++++-----
 datafusion/physical-plan/src/unnest.rs             |  6 +--
 .../physical-plan/src/windows/window_agg_exec.rs   |  6 +--
 29 files changed, 239 insertions(+), 209 deletions(-)


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

Reply via email to