This is an automated email from the ASF dual-hosted git repository.
dheres pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from c7f3a70a7 Add additional pruning tests with casts, handle unsupported
predicates better (#3454)
add 81b579487 Push down limit to sort (#3530)
No new revisions were added by this update.
Summary of changes:
datafusion/core/src/dataframe.rs | 2 +-
.../core/src/physical_optimizer/parallel_sort.rs | 23 ++++----
.../core/src/physical_optimizer/repartition.rs | 2 +-
datafusion/core/src/physical_plan/planner.rs | 8 +--
datafusion/core/src/physical_plan/sorts/sort.rs | 30 +++++++++--
.../physical_plan/sorts/sort_preserving_merge.rs | 10 ++--
datafusion/core/tests/order_spill_fuzz.rs | 2 +-
datafusion/core/tests/user_defined_plan.rs | 1 +
datafusion/expr/src/logical_plan/builder.rs | 2 +
datafusion/expr/src/logical_plan/plan.rs | 8 ++-
datafusion/expr/src/utils.rs | 3 +-
.../optimizer/src/common_subexpr_eliminate.rs | 3 +-
datafusion/optimizer/src/limit_push_down.rs | 63 +++++++++++++++++++++-
datafusion/proto/proto/datafusion.proto | 2 +
datafusion/proto/src/logical_plan.rs | 3 +-
15 files changed, 132 insertions(+), 30 deletions(-)