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

github-bot pushed a change to branch 
dependabot/cargo/main/all-other-cargo-deps-e9fbdc620e
in repository https://gitbox.apache.org/repos/asf/datafusion.git


    omit b4ba8183c0 chore(deps): bump the all-other-cargo-deps group with 7 
updates
     add 9c1e7abd2f Refactor: expose predicate constant inference from 
physical-expr (#21167)
     add 6412c3aaa0 Add end-to-end Parquet tests for List and LargeList struct 
schema evolution (#20840)
     add 2d9e268bc7 docs: Add `RESET` Command Documentation (#21245)
     add 0bf9defb1d fix: Fix three bugs in query decorrelation (#21208)
     add d87d8f6cac perf: Optimize `string_to_array` for scalar args (#21131)
     add a120e4d1bd chore(deps): bump taiki-e/install-action from 2.69.7 to 
2.70.3 (#21271)
     add dcf818e4c5 chore(deps): bump rustyline from 17.0.2 to 18.0.0 (#21276)
     add 26783124f1 chore(deps): bump ctor from 0.6.3 to 0.8.0 (#21282)
     add 7138a832e3 chore(deps): bump snmalloc-rs from 0.3.8 to 0.7.4 (#21280)
     add 4460ae0d26 chore(deps): bump sha1 from 0.10.6 to 0.11.0 (#21277)
     add 55d1995624 chore(deps): bump astral-sh/setup-uv from 7.6.0 to 8.0.0 
(#21272)
     add 22b97f1e19 chore(deps): bump the all-other-cargo-deps group with 7 
updates

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b4ba8183c0)
            \
             N -- N -- N   
refs/heads/dependabot/cargo/main/all-other-cargo-deps-e9fbdc620e (22b97f1e19)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/audit.yml                        |   2 +-
 .github/workflows/docs.yaml                        |   2 +-
 .github/workflows/docs_pr.yaml                     |   2 +-
 .github/workflows/rust.yml                         |   4 +-
 Cargo.lock                                         | 134 +++--
 Cargo.toml                                         |   2 +-
 benchmarks/Cargo.toml                              |   2 +-
 datafusion-cli/Cargo.toml                          |   2 +-
 datafusion/core/tests/parquet/expr_adapter.rs      | 524 +++++++++++++++++++-
 datafusion/functions-nested/Cargo.toml             |   5 +
 .../functions-nested/benches/string_to_array.rs    | 244 +++++++++
 datafusion/functions-nested/src/string.rs          | 544 ++++++++++-----------
 datafusion/optimizer/src/decorrelate.rs            |  34 +-
 .../optimizer/src/scalar_subquery_to_join.rs       |  31 +-
 datafusion/physical-expr/src/utils/mod.rs          |  94 +++-
 datafusion/physical-plan/src/filter.rs             |  60 +--
 datafusion/spark/Cargo.toml                        |   2 +-
 datafusion/sqllogictest/test_files/array.slt       |  68 +++
 .../test_files/schema_evolution_nested.slt         | 124 +++++
 datafusion/sqllogictest/test_files/subquery.slt    |  68 +++
 dev/update_config_docs.sh                          |  17 +-
 docs/source/user-guide/configs.md                  |  15 +
 22 files changed, 1559 insertions(+), 421 deletions(-)
 create mode 100644 datafusion/functions-nested/benches/string_to_array.rs
 create mode 100644 
datafusion/sqllogictest/test_files/schema_evolution_nested.slt


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

Reply via email to