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 998f534aaf Update 5 crates to rust 2024 edition (#19091)
     add 215cdffb60 Coalesce batches inside hash join, reuse indices buffer 
(#18972)

No new revisions were added by this update.

Summary of changes:
 datafusion/core/tests/dataframe/mod.rs             | 174 +++---
 datafusion/core/tests/fuzz_cases/join_fuzz.rs      |   4 +
 datafusion/core/tests/sql/explain_analyze.rs       |  15 +-
 .../physical-optimizer/src/coalesce_batches.rs     |  21 +-
 .../physical-plan/src/joins/hash_join/exec.rs      |  69 ++-
 .../physical-plan/src/joins/hash_join/stream.rs    | 152 ++++--
 .../physical-plan/src/joins/join_hash_map.rs       |  42 +-
 .../physical-plan/src/joins/stream_join_utils.rs   |   6 +-
 datafusion/sqllogictest/test_files/cte.slt         |  22 +-
 .../test_files/dynamic_filter_pushdown_config.slt  |  42 +-
 .../sqllogictest/test_files/explain_tree.slt       | 232 ++++----
 datafusion/sqllogictest/test_files/group_by.slt    |  47 +-
 datafusion/sqllogictest/test_files/join.slt.part   |  84 ++-
 .../test_files/join_disable_repartition_joins.slt  |  20 +-
 .../test_files/join_is_not_distinct_from.slt       |  93 ++--
 datafusion/sqllogictest/test_files/joins.slt       | 608 ++++++++++-----------
 datafusion/sqllogictest/test_files/predicates.slt  |  45 +-
 .../sqllogictest/test_files/push_down_filter.slt   |   9 +-
 .../sqllogictest/test_files/slt_features.slt       |   2 +-
 .../test_files/spark/bitwise/bit_count.slt         |   2 +-
 datafusion/sqllogictest/test_files/subquery.slt    | 103 ++--
 .../test_files/tpch/plans/q10.slt.part             |  43 +-
 .../test_files/tpch/plans/q11.slt.part             |  70 ++-
 .../test_files/tpch/plans/q12.slt.part             |  17 +-
 .../test_files/tpch/plans/q13.slt.part             |  17 +-
 .../test_files/tpch/plans/q14.slt.part             |  17 +-
 .../test_files/tpch/plans/q15.slt.part             |  44 +-
 .../test_files/tpch/plans/q16.slt.part             |  34 +-
 .../test_files/tpch/plans/q17.slt.part             |  32 +-
 .../test_files/tpch/plans/q18.slt.part             |  41 +-
 .../test_files/tpch/plans/q19.slt.part             |  21 +-
 .../sqllogictest/test_files/tpch/plans/q2.slt.part | 128 ++---
 .../test_files/tpch/plans/q20.slt.part             |  68 ++-
 .../test_files/tpch/plans/q21.slt.part             |  69 ++-
 .../test_files/tpch/plans/q22.slt.part             |  31 +-
 .../sqllogictest/test_files/tpch/plans/q3.slt.part |  34 +-
 .../sqllogictest/test_files/tpch/plans/q4.slt.part |  19 +-
 .../sqllogictest/test_files/tpch/plans/q5.slt.part |  69 ++-
 .../sqllogictest/test_files/tpch/plans/q7.slt.part |  73 ++-
 .../sqllogictest/test_files/tpch/plans/q8.slt.part |  97 ++--
 .../sqllogictest/test_files/tpch/plans/q9.slt.part |  67 ++-
 datafusion/sqllogictest/test_files/union.slt       |  90 ++-
 42 files changed, 1390 insertions(+), 1483 deletions(-)


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

Reply via email to