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 b0015d3a93 feat(parquet): Implement `scan_efficiency_ratio` metric for 
parquet reading (#18577)
     add 85777c4f7e minor: refactor with `assert_or_internal_err!()` in 
`datafusion/physical-plan` (#18730)

No new revisions were added by this update.

Summary of changes:
 datafusion/physical-plan/src/aggregates/mod.rs     | 15 +++++--
 .../physical-plan/src/aggregates/row_hash.rs       | 20 +++++----
 datafusion/physical-plan/src/analyze.rs            | 12 +++---
 datafusion/physical-plan/src/async_func.rs         | 10 +++--
 datafusion/physical-plan/src/coalesce/mod.rs       | 11 +++--
 .../physical-plan/src/coalesce_partitions.rs       | 12 ++++--
 datafusion/physical-plan/src/coop.rs               | 10 +++--
 datafusion/physical-plan/src/empty.rs              | 28 ++++++-------
 datafusion/physical-plan/src/execution_plan.rs     | 45 +++++++++++---------
 datafusion/physical-plan/src/explain.rs            | 10 +++--
 datafusion/physical-plan/src/joins/cross_join.rs   | 15 ++++---
 .../physical-plan/src/joins/hash_join/exec.rs      | 29 +++++++------
 .../physical-plan/src/joins/nested_loop_join.rs    | 15 +++----
 .../src/joins/sort_merge_join/exec.rs              | 13 +++---
 .../physical-plan/src/joins/symmetric_hash_join.rs | 13 +++---
 datafusion/physical-plan/src/limit.rs              | 20 +++++----
 datafusion/physical-plan/src/memory.rs             | 48 +++++++++++-----------
 datafusion/physical-plan/src/placeholder_row.rs    | 14 +++----
 datafusion/physical-plan/src/repartition/mod.rs    | 19 +++++----
 datafusion/physical-plan/src/sorts/sort.rs         | 38 ++++++++---------
 .../src/sorts/sort_preserving_merge.rs             | 14 ++++---
 .../physical-plan/src/sorts/streaming_merge.rs     | 11 +++--
 datafusion/physical-plan/src/test.rs               | 14 +++----
 datafusion/physical-plan/src/union.rs              | 22 +++++-----
 .../physical-plan/src/windows/window_agg_exec.rs   | 10 +++--
 datafusion/physical-plan/src/work_table.rs         | 14 ++++---
 26 files changed, 261 insertions(+), 221 deletions(-)


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

Reply via email to