This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/main/getrandom-0.4.2
in repository https://gitbox.apache.org/repos/asf/datafusion.git
discard cf970ac207 chore(deps): bump getrandom from 0.3.4 to 0.4.2
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 3d177fcc67 chore(deps): bump github/codeql-action from 4.34.1 to
4.35.1 (#21273)
add 19eb849b21 chore(deps): bump pygments from 2.19.2 to 2.20.0 (#21256)
add a9dc1dcac1 chore: fix upgrade guide link for object_store release
notes (#21283)
add c473c1852f feat(memory_pool): add `TrackConsumersPool::metrics()` to
expose cons… (#21147)
add e74b83ab02 fix: date overflow panic (#21233)
add 9de1253f2a Update repeat UDF to emit utf8view when input is utf8view
(#20645)
add fee90be613 Misc minor optimizations to query optimizer performance
(#21128)
add e75ed5b42c feat(sql): unparse array_has as ANY for Postgres (#20654)
add f3e8291ebd chore(deps): bump the all-other-cargo-deps group across 1
directory with 7 updates (#21274)
add 3b647cbf84 chore(deps): bump getrandom from 0.3.4 to 0.4.2
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 (cf970ac207)
\
N -- N -- N refs/heads/dependabot/cargo/main/getrandom-0.4.2
(3b647cbf84)
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/codeql.yml | 4 +-
.github/workflows/docs.yaml | 2 +-
.github/workflows/docs_pr.yaml | 2 +-
.github/workflows/rust.yml | 4 +-
Cargo.lock | 266 ++++++----
Cargo.toml | 6 +-
benchmarks/Cargo.toml | 2 +-
datafusion-cli/Cargo.toml | 2 +-
datafusion/core/tests/parquet/expr_adapter.rs | 524 +++++++++++++++++++-
datafusion/execution/src/memory_pool/pool.rs | 83 ++++
datafusion/expr-common/src/interval_arithmetic.rs | 2 +
datafusion/functions-nested/Cargo.toml | 5 +
.../functions-nested/benches/string_to_array.rs | 244 +++++++++
datafusion/functions-nested/src/string.rs | 544 ++++++++++-----------
datafusion/functions/Cargo.toml | 2 +-
datafusion/functions/src/string/repeat.rs | 98 +++-
datafusion/optimizer/src/analyzer/type_coercion.rs | 6 +-
.../optimizer/src/common_subexpr_eliminate.rs | 6 +-
datafusion/optimizer/src/decorrelate.rs | 34 +-
.../optimizer/src/extract_leaf_expressions.rs | 46 +-
datafusion/optimizer/src/optimize_unions.rs | 4 +-
datafusion/optimizer/src/push_down_filter.rs | 63 +--
datafusion/optimizer/src/push_down_limit.rs | 2 +-
.../optimizer/src/scalar_subquery_to_join.rs | 31 +-
.../src/simplify_expressions/expr_simplifier.rs | 53 +-
datafusion/optimizer/src/utils.rs | 46 +-
datafusion/physical-expr/src/utils/mod.rs | 94 +++-
datafusion/physical-plan/src/filter.rs | 60 +--
datafusion/spark/Cargo.toml | 2 +-
datafusion/sql/src/unparser/dialect.rs | 23 +-
datafusion/sql/src/unparser/expr.rs | 20 +-
datafusion/sql/tests/cases/plan_to_sql.rs | 11 +
datafusion/sqllogictest/Cargo.toml | 4 +-
datafusion/sqllogictest/test_files/array.slt | 68 +++
.../test_files/datetime/arith_date_interval.slt | 12 +
.../test_files/schema_evolution_nested.slt | 124 +++++
.../test_files/string/string_literal.slt | 24 +
datafusion/sqllogictest/test_files/subquery.slt | 68 +++
datafusion/wasmtest/Cargo.toml | 2 +-
dev/update_config_docs.sh | 17 +-
docs/source/library-user-guide/upgrading/53.0.0.md | 2 +-
docs/source/user-guide/configs.md | 15 +
uv.lock | 6 +-
44 files changed, 2020 insertions(+), 615 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]