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 79cfe8e921 Add runtime config options for `list_files_cache_limit` and 
`list_files_cache_ttl` (#19108)
     add 89af694117 remove repartition exec from coalesce batches optimizer 
(#19239)

No new revisions were added by this update.

Summary of changes:
 datafusion/core/tests/dataframe/mod.rs             |  28 ++-
 datafusion/core/tests/sql/explain_analyze.rs       |  29 +--
 datafusion/core/tests/sql/joins.rs                 |  30 ++-
 .../physical-optimizer/src/coalesce_batches.rs     |  20 +-
 .../test_files/agg_func_substitute.slt             |  27 ++-
 datafusion/sqllogictest/test_files/aggregate.slt   |  84 ++++----
 .../test_files/aggregate_repartition.slt           |  16 +-
 .../sqllogictest/test_files/aggregates_topk.slt    |  49 ++---
 datafusion/sqllogictest/test_files/async_udf.slt   |  15 +-
 .../sqllogictest/test_files/count_star_rule.slt    |  14 +-
 datafusion/sqllogictest/test_files/cte.slt         |  10 +-
 datafusion/sqllogictest/test_files/distinct_on.slt |   9 +-
 .../sqllogictest/test_files/explain_tree.slt       | 108 +++++-----
 datafusion/sqllogictest/test_files/group_by.slt    | 177 ++++++++---------
 datafusion/sqllogictest/test_files/insert.slt      |  15 +-
 .../sqllogictest/test_files/insert_to_external.slt |  10 +-
 datafusion/sqllogictest/test_files/join.slt.part   |   9 +-
 datafusion/sqllogictest/test_files/joins.slt       | 130 ++++++------
 datafusion/sqllogictest/test_files/limit.slt       |  16 +-
 datafusion/sqllogictest/test_files/order.slt       |  22 +--
 datafusion/sqllogictest/test_files/predicates.slt  |  32 ++-
 .../test_files/preserve_file_partitioning.slt      |  45 ++---
 .../sqllogictest/test_files/push_down_filter.slt   |   7 +-
 datafusion/sqllogictest/test_files/qualify.slt     |  25 ++-
 datafusion/sqllogictest/test_files/repartition.slt |  14 +-
 datafusion/sqllogictest/test_files/select.slt      |  13 +-
 .../sqllogictest/test_files/spark/math/hex.slt     |   2 +-
 datafusion/sqllogictest/test_files/subquery.slt    |  52 +++--
 .../sqllogictest/test_files/subquery_sort.slt      |   9 +-
 datafusion/sqllogictest/test_files/timestamps.slt  |   6 +-
 .../sqllogictest/test_files/tpch/plans/q1.slt.part |  11 +-
 .../test_files/tpch/plans/q10.slt.part             |  41 ++--
 .../test_files/tpch/plans/q11.slt.part             |  65 +++---
 .../test_files/tpch/plans/q12.slt.part             |  19 +-
 .../test_files/tpch/plans/q13.slt.part             |  23 +--
 .../test_files/tpch/plans/q14.slt.part             |  12 +-
 .../test_files/tpch/plans/q15.slt.part             |  29 ++-
 .../test_files/tpch/plans/q16.slt.part             |  42 ++--
 .../test_files/tpch/plans/q17.slt.part             |  25 ++-
 .../test_files/tpch/plans/q18.slt.part             |  38 ++--
 .../test_files/tpch/plans/q19.slt.part             |  16 +-
 .../sqllogictest/test_files/tpch/plans/q2.slt.part | 103 ++++------
 .../test_files/tpch/plans/q20.slt.part             |  56 +++---
 .../test_files/tpch/plans/q21.slt.part             |  64 +++---
 .../test_files/tpch/plans/q22.slt.part             |  43 ++--
 .../sqllogictest/test_files/tpch/plans/q3.slt.part |  35 ++--
 .../sqllogictest/test_files/tpch/plans/q4.slt.part |  21 +-
 .../sqllogictest/test_files/tpch/plans/q5.slt.part |  63 +++---
 .../sqllogictest/test_files/tpch/plans/q7.slt.part |  69 +++----
 .../sqllogictest/test_files/tpch/plans/q8.slt.part |  89 ++++-----
 .../sqllogictest/test_files/tpch/plans/q9.slt.part |  63 +++---
 datafusion/sqllogictest/test_files/union.slt       | 122 ++++++------
 datafusion/sqllogictest/test_files/unnest.slt      |  17 +-
 datafusion/sqllogictest/test_files/window.slt      | 220 +++++++++------------
 .../sqllogictest/test_files/window_limits.slt      |  10 +-
 55 files changed, 1000 insertions(+), 1319 deletions(-)


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

Reply via email to