This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/main/hashbrown-0.15.2
in repository https://gitbox.apache.org/repos/asf/datafusion.git
omit 05656b56c3 Update hashbrown requirement from 0.14.5 to 0.15.2
add 03e39da62e fix: Implicitly plan `UNNEST` as lateral (#13695)
add 8b6daaf6f1 Minor: improve the Deprecation / API health guidelines
(#13701)
add 68ead283bd fix: specify roottype in substrait fieldreference (#13647)
add 08d3b656d7 Simplify type signatures using `TypeSignatureClass` for
mixed type function signature (#13372)
add a7fdda7bf3 Update hashbrown requirement from 0.14.5 to 0.15.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 (05656b56c3)
\
N -- N -- N refs/heads/dependabot/cargo/main/hashbrown-0.15.2
(a7fdda7bf3)
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:
README.md | 7 +-
datafusion-cli/Cargo.lock | 1 +
datafusion/common/src/types/native.rs | 27 ++++++
datafusion/expr-common/src/signature.rs | 73 +++++++++++++--
datafusion/expr/src/type_coercion/functions.rs | 82 ++++++++++++-----
datafusion/functions/Cargo.toml | 1 +
datafusion/functions/src/datetime/date_part.rs | 103 ++++++----------------
datafusion/functions/src/string/repeat.rs | 6 +-
datafusion/sql/src/relation/join.rs | 1 +
datafusion/sql/src/relation/mod.rs | 6 ++
datafusion/sql/tests/sql_integration.rs | 20 ++++-
datafusion/sqllogictest/test_files/expr.slt | 2 +-
datafusion/sqllogictest/test_files/joins.slt | 20 +++--
datafusion/sqllogictest/test_files/unnest.slt | 41 +++++++++
datafusion/substrait/src/logical_plan/producer.rs | 26 +++++-
docs/source/library-user-guide/api-health.md | 46 +++++++++-
16 files changed, 335 insertions(+), 127 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]