This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/main/arrow-54.2.0
in repository https://gitbox.apache.org/repos/asf/datafusion.git
discard 462bf42f43 chore(deps): bump arrow from 54.1.0 to 54.2.0
add 92303d7fbc minor: enable decimal dictionary sbbf pruning test (#14711)
add b5d10c62a5 chore(deps): bump sqllogictest from 0.27.0 to 0.27.1
(#14717)
add 71f9d0c1d6 Signature::Coercible with user defined implicit casting
(#14440)
add 507bcbaced chore(deps): bump arrow from 54.1.0 to 54.2.0
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 (462bf42f43)
\
N -- N -- N refs/heads/dependabot/cargo/main/arrow-54.2.0
(507bcbaced)
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 | 5 +-
datafusion/catalog/src/information_schema.rs | 6 +-
datafusion/common/src/types/native.rs | 9 +
datafusion/core/tests/parquet/row_group_pruning.rs | 3 -
datafusion/expr-common/Cargo.toml | 1 +
datafusion/expr-common/src/signature.rs | 359 ++++++++++++++++++---
datafusion/expr/src/type_coercion/functions.rs | 107 ++----
datafusion/functions/src/datetime/date_part.rs | 28 +-
datafusion/functions/src/string/ascii.rs | 11 +-
datafusion/functions/src/string/repeat.rs | 13 +-
datafusion/sqllogictest/Cargo.toml | 2 +-
datafusion/sqllogictest/test_files/expr.slt | 12 +-
12 files changed, 406 insertions(+), 150 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]