This is an automated email from the ASF dual-hosted git repository.

alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


    from 6fe00ce2e3 Fix join order for TPCH Q17 & Q18 by improving FilterExec 
statistics (#8126)
     add 5a2e0ba646 Fix: Do not try and preserve order when there is no order 
to preserve in RepartitionExec (#8127)

No new revisions were added by this update.

Summary of changes:
 .../src/physical_optimizer/enforce_distribution.rs |  20 +-
 .../core/src/physical_optimizer/enforce_sorting.rs |   4 +-
 .../replace_with_order_preserving_variants.rs      |   5 +-
 .../core/src/physical_optimizer/test_utils.rs      |   2 +-
 .../fuzz_cases/sort_preserving_repartition_fuzz.rs |   4 +-
 datafusion/physical-plan/src/repartition/mod.rs    | 232 +++++++++++++++++----
 6 files changed, 203 insertions(+), 64 deletions(-)

Reply via email to