This is an automated email from the ASF dual-hosted git repository. berkay pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/datafusion.git
from 18f14abf3f Deprecate max statistics size properly (#14188) add f77579108d move projection pushdown optimization logic to ExecutionPlan trait (#14235) No new revisions were added by this update. Summary of changes: .../core/src/datasource/physical_plan/csv.rs | 33 + .../src/physical_optimizer/projection_pushdown.rs | 1402 +------------------- .../physical-optimizer/src/output_requirements.rs | 68 +- .../physical-plan/src/coalesce_partitions.rs | 20 +- datafusion/physical-plan/src/execution_plan.rs | 54 +- datafusion/physical-plan/src/filter.rs | 38 +- datafusion/physical-plan/src/joins/cross_join.rs | 50 +- datafusion/physical-plan/src/joins/hash_join.rs | 57 +- .../physical-plan/src/joins/nested_loop_join.rs | 50 +- .../physical-plan/src/joins/sort_merge_join.rs | 89 +- .../physical-plan/src/joins/symmetric_hash_join.rs | 81 +- datafusion/physical-plan/src/memory.rs | 29 +- datafusion/physical-plan/src/projection.rs | 726 +++++++++- datafusion/physical-plan/src/repartition/mod.rs | 43 +- datafusion/physical-plan/src/sorts/sort.rs | 32 + .../src/sorts/sort_preserving_merge.rs | 37 +- datafusion/physical-plan/src/streaming.rs | 56 +- datafusion/physical-plan/src/union.rs | 22 + datafusion/sqllogictest/test_files/ddl.slt | 1 - datafusion/sqllogictest/test_files/encoding.slt | 2 +- datafusion/sqllogictest/test_files/expr.slt | 2 +- datafusion/sqllogictest/test_files/subquery.slt | 2 +- .../sqllogictest/test_files/tpch/plans/q1.slt.part | 2 +- .../test_files/tpch/plans/q11.slt.part | 1 - .../test_files/tpch/plans/q16.slt.part | 1 - .../test_files/tpch/plans/q17.slt.part | 1 - .../test_files/tpch/plans/q20.slt.part | 1 - datafusion/sqllogictest/test_files/tpch/tpch.slt | 1 - datafusion/sqllogictest/test_files/window.slt | 2 +- 29 files changed, 1461 insertions(+), 1442 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org