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-95ef956154
in repository https://gitbox.apache.org/repos/asf/datafusion.git
omit ba09d35315 chore(deps): bump the all-other-cargo-deps group across 1
directory with 17 updates
add 21cf60a9d3 Add Null Type Coercions for Placeholders (#20543)
add d68b8009e4 Minor: Deprecate unused `PartitionedFileStream` (#20869)
add f8fb5bd505 fix: Avoid unnecessary type casts in `concat_ws` (#20436)
add 981b5c37bf chore(deps): bump substrait from 0.62 to 0.63.0 (#20876)
add 668cf4d557 chore(deps): bump the all-other-cargo-deps group across 1
directory with 17 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 (ba09d35315)
\
N -- N -- N
refs/heads/dependabot/cargo/main/all-other-cargo-deps-95ef956154 (668cf4d557)
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:
Cargo.lock | 6 +-
datafusion/core/src/datasource/listing/mod.rs | 7 +-
datafusion/datasource/src/mod.rs | 4 +
datafusion/expr/src/logical_plan/plan.rs | 36 +-
datafusion/expr/src/type_coercion/functions.rs | 39 ++-
datafusion/functions/src/string/concat.rs | 42 +--
datafusion/functions/src/string/concat_ws.rs | 382 ++++++++++++++++++---
datafusion/functions/src/strings.rs | 12 +-
.../test_files/datetime/timestamps.slt | 6 +
datafusion/sqllogictest/test_files/explain.slt | 10 +-
datafusion/sqllogictest/test_files/nvl.slt | 2 +-
.../sqllogictest/test_files/string/string_view.slt | 12 +-
datafusion/substrait/Cargo.toml | 2 +-
datafusion/substrait/src/extensions.rs | 8 +-
.../logical_plan/consumer/expr/field_reference.rs | 3 +
.../src/logical_plan/consumer/expr/literal.rs | 24 +-
.../src/logical_plan/consumer/expr/mod.rs | 3 +
.../logical_plan/consumer/substrait_consumer.rs | 30 +-
.../src/logical_plan/producer/expr/literal.rs | 2 +-
.../src/logical_plan/producer/expr/mod.rs | 4 -
.../substrait/src/logical_plan/producer/plan.rs | 4 -
datafusion/substrait/tests/utils.rs | 1 +
22 files changed, 510 insertions(+), 129 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]