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 ed01b67f2d Refactor PartitionedFile: add ordering field and
new_from_meta constructor (#19596)
add e8196f462f Remove coalesce batches rule and deprecate
CoalesceBatchesExec (#19622)
No new revisions were added by this update.
Summary of changes:
datafusion-examples/examples/udf/async_udf.rs | 3 +-
datafusion/core/tests/execution/coop.rs | 40 ++-
.../physical_optimizer/enforce_distribution.rs | 11 +-
.../tests/physical_optimizer/enforce_sorting.rs | 29 +-
.../physical_optimizer/filter_pushdown/mod.rs | 300 ++++++---------------
.../tests/physical_optimizer/limit_pushdown.rs | 84 +-----
.../physical_optimizer/partition_statistics.rs | 38 ---
.../physical_optimizer/projection_pushdown.rs | 56 ----
.../core/tests/physical_optimizer/pushdown_sort.rs | 76 ++----
.../replace_with_order_preserving_variants.rs | 228 +++++++---------
.../core/tests/physical_optimizer/test_utils.rs | 8 -
datafusion/core/tests/sql/explain_analyze.rs | 1 -
.../physical-optimizer/src/coalesce_batches.rs | 87 ------
datafusion/physical-optimizer/src/lib.rs | 1 -
datafusion/physical-optimizer/src/optimizer.rs | 4 -
datafusion/physical-plan/src/aggregates/mod.rs | 35 +--
datafusion/physical-plan/src/coalesce_batches.rs | 7 +
.../src/sorts/sort_preserving_merge.rs | 18 +-
datafusion/proto/src/physical_plan/mod.rs | 4 +
.../proto/tests/cases/roundtrip_physical_plan.rs | 3 +
datafusion/sqllogictest/test_files/async_udf.slt | 12 +-
datafusion/sqllogictest/test_files/explain.slt | 4 -
22 files changed, 271 insertions(+), 778 deletions(-)
delete mode 100644 datafusion/physical-optimizer/src/coalesce_batches.rs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]