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 c8d26ba012 feat: Support Show runtime settings (#18564)
     add 5f2272219f chore: update Repartition DisplayAs to indicate maintained 
sort order (#18673)

No new revisions were added by this update.

Summary of changes:
 datafusion/core/tests/dataframe/mod.rs             |   8 +-
 .../physical_optimizer/enforce_distribution.rs     | 212 ++++++++++-----------
 .../tests/physical_optimizer/enforce_sorting.rs    |  28 +--
 .../replace_with_order_preserving_variants.rs      | 120 ++++++------
 .../tests/physical_optimizer/sanity_checker.rs     |  10 +-
 datafusion/core/tests/sql/explain_analyze.rs       |   4 +-
 datafusion/core/tests/sql/joins.rs                 |   8 +-
 datafusion/physical-plan/src/repartition/mod.rs    |  16 +-
 .../test_files/agg_func_substitute.slt             |   6 +-
 datafusion/sqllogictest/test_files/aggregate.slt   |   4 +-
 .../test_files/filter_without_sort_exec.slt        |  12 +-
 datafusion/sqllogictest/test_files/group_by.slt    |  12 +-
 .../test_files/join_disable_repartition_joins.slt  |   4 +-
 datafusion/sqllogictest/test_files/joins.slt       |  20 +-
 datafusion/sqllogictest/test_files/limit.slt       |   2 +-
 .../test_files/monotonic_projection_test.slt       |  10 +-
 datafusion/sqllogictest/test_files/order.slt       |  28 +--
 datafusion/sqllogictest/test_files/qualify.slt     |   2 +-
 datafusion/sqllogictest/test_files/select.slt      |  14 +-
 .../sqllogictest/test_files/sort_merge_join.slt    |   2 +-
 .../sqllogictest/test_files/spark/math/csc.slt     |   2 +-
 datafusion/sqllogictest/test_files/topk.slt        |   2 +-
 datafusion/sqllogictest/test_files/unnest.slt      |   2 +-
 datafusion/sqllogictest/test_files/window.slt      |  12 +-
 24 files changed, 272 insertions(+), 268 deletions(-)


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

Reply via email to