This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/cargo/main/arrow-parquet-9e0b249e9c
in repository https://gitbox.apache.org/repos/asf/datafusion.git
omit 85a78b8ba0 chore(deps): bump the arrow-parquet group with 2 updates
add fbf2ffc671 refactor: use TypeSignature::Coercible for crypto functions
(#14826)
add a39b2af65c Update the copyright year (#15453)
add 18feb8b270 Minor: fix doc for FileGroupPartitioner (#15448)
add 1af11026c2 chore(deps): bump clap from 4.5.32 to 4.5.34 (#15452)
add dc073ffd9b fix empty projection proto roundtrip (#15449)
add dc7e44db48 fix: Unconditionally wrap UNION BY NAME input nodes w/
`Projection` (#15242)
add 2b4173c4cd Triggering extended tests through PR comment: `Run extended
tests` (#15101)
add 67d0dabdca Docs: Formatting and Added Extra resources (#15450)
add 26c0c49ad1 perf: unwrap cast for comparing ints =/!= strings (#15110)
add 86db4bf3c5 ignore metadata when compare with nested type (#15366)
add 46f4024577 fix no effect metrics (#15460)
add 6b2db82ccc chore(deps): bump the arrow-parquet group with 2 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 (85a78b8ba0)
\
N -- N -- N
refs/heads/dependabot/cargo/main/arrow-parquet-9e0b249e9c (6b2db82ccc)
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/extended.yml | 60 ++++++-
.github/workflows/pr_comment_commands.yml | 89 ++++++++++
Cargo.lock | 16 +-
datafusion-cli/Cargo.toml | 2 +-
datafusion/datasource-parquet/src/source.rs | 9 +-
datafusion/datasource/src/file_groups.rs | 4 +-
datafusion/expr-common/src/type_coercion/binary.rs | 2 +-
datafusion/expr/src/logical_plan/plan.rs | 89 +++++-----
datafusion/functions/src/crypto/basic.rs | 102 +++++++----
datafusion/functions/src/crypto/digest.rs | 22 ++-
datafusion/functions/src/crypto/md5.rs | 30 +++-
datafusion/functions/src/crypto/sha224.rs | 25 ++-
datafusion/functions/src/crypto/sha256.rs | 25 ++-
datafusion/functions/src/crypto/sha384.rs | 25 ++-
datafusion/functions/src/crypto/sha512.rs | 25 ++-
datafusion/optimizer/src/analyzer/type_coercion.rs | 28 ++-
.../src/simplify_expressions/expr_simplifier.rs | 4 +-
.../src/simplify_expressions/unwrap_cast.rs | 104 +++++++++++
datafusion/proto/src/physical_plan/from_proto.rs | 7 +-
datafusion/proto/src/physical_plan/to_proto.rs | 2 +-
.../proto/tests/cases/roundtrip_physical_plan.rs | 7 +
datafusion/sql/tests/sql_integration.rs | 27 +--
datafusion/sqllogictest/Cargo.toml | 2 +-
datafusion/sqllogictest/test_files/array.slt | 22 +--
.../sqllogictest/test_files/push_down_filter.slt | 64 +++++++
.../sqllogictest/test_files/string/string_view.slt | 2 +-
.../sqllogictest/test_files/union_by_name.slt | 196 +++++++++++++++++----
docs/source/conf.py | 2 +-
docs/source/user-guide/concepts-readings-events.md | 67 ++++---
29 files changed, 829 insertions(+), 230 deletions(-)
create mode 100644 .github/workflows/pr_comment_commands.yml
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]