This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch dependabot/cargo/main/sqllogictest-0.28.0
in repository https://gitbox.apache.org/repos/asf/datafusion.git
from 93b4f5ed88 chore(deps): bump sqllogictest from 0.27.2 to 0.28.0
add 05bb56913e feat: Add `array_max` function support (#14470)
add 297af9533b refactor(15003): refactor test suite in
EnforceDistribution, to use test config builder (#15010)
add 755f9a5def Update ring to v0.17.13 (#15063)
add 17e8fa75af Remove deprecated function `OptimizerRule::try_optimize`
(#15051)
add 2458693851 Minor: fix CI to make the sqllogic testing result
consistent (#15059)
add 13b731c469 Improve benchmark documentation (#15054)
add 450c861a8c Refactor SortPushdown using the standard top-down visitor
and using `EquivalenceProperties` (#14821)
add 6952d5ed2c Improve explain tree formatting for longer lines / word
wrap (#15031)
add 0dae61f42a Merge remote-tracking branch 'apache/main' into
dependabot/cargo/main/sqllogictest-0.28.0
No new revisions were added by this update.
Summary of changes:
.github/workflows/rust.yml | 4 +-
Cargo.lock | 4 +-
benchmarks/README.md | 32 +-
benchmarks/src/cancellation.rs | 5 +-
.../physical_optimizer/enforce_distribution.rs | 659 +++++++++++++++------
.../tests/physical_optimizer/enforce_sorting.rs | 102 +++-
.../core/tests/physical_optimizer/test_utils.rs | 10 +-
datafusion/functions-aggregate/src/min_max.rs | 2 +-
datafusion/functions-nested/src/lib.rs | 2 +
datafusion/functions-nested/src/max.rs | 137 +++++
datafusion/optimizer/src/lib.rs | 2 -
datafusion/optimizer/src/optimizer.rs | 56 +-
.../src/simplify_expressions/simplify_exprs.rs | 2 -
datafusion/optimizer/src/utils.rs | 40 --
.../src/enforce_sorting/sort_pushdown.rs | 162 ++---
datafusion/physical-optimizer/src/utils.rs | 4 +
datafusion/physical-plan/src/display.rs | 54 +-
datafusion/sqllogictest/Cargo.toml | 1 +
datafusion/sqllogictest/test_files/array.slt | 87 +++
.../sqllogictest/test_files/explain_tree.slt | 122 +++-
docs/source/user-guide/sql/scalar_functions.md | 33 ++
21 files changed, 1170 insertions(+), 350 deletions(-)
create mode 100644 datafusion/functions-nested/src/max.rs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]