This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/main/proto-dfa7aae14e
in repository https://gitbox.apache.org/repos/asf/datafusion.git
omit 63d0259c8b chore(deps): bump prost from 0.13.5 to 0.14.1 in the proto
group
add cc157b8b9c feat: Add Hash Join benchmarks (#17636)
add 43721dda58 chore(deps): bump thiserror from 2.0.16 to 2.0.17 (#17821)
add 89beee2259 chore(deps): bump quote from 1.0.40 to 1.0.41 (#17822)
add 247450df9a chore(deps): bump taiki-e/install-action from 2.62.9 to
2.62.12 (#17823)
add 63ca0e1f31 chore(deps): bump serde from 1.0.227 to 1.0.228 (#17827)
add 5cc0be51f9 Disable failing benchmark query (#17809)
add 7d6d553af2 chore(deps): bump taiki-e/install-action from 2.62.12 to
2.62.13 (#17836)
add 032117adfc More decimal 32/64 support - type coercsion and misc gaps
(#17808)
add 935fb3e2fd minor: simplify docs build process & pin pip package
versions (#17816)
add f7704fd13b chore(deps): bump prost from 0.13.5 to 0.14.1 in the proto
group
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 (63d0259c8b)
\
N -- N -- N refs/heads/dependabot/cargo/main/proto-dfa7aae14e
(f7704fd13b)
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/dependabot.yml | 5 +
.github/workflows/audit.yml | 2 +-
.github/workflows/rust.yml | 4 +-
Cargo.lock | 24 +--
benchmarks/Cargo.toml | 2 +-
benchmarks/README.md | 14 ++
benchmarks/bench.sh | 18 ++
benchmarks/src/bin/dfbench.rs | 6 +-
benchmarks/src/{nlj.rs => hj.rs} | 199 +++++++++++----------
benchmarks/src/lib.rs | 1 +
datafusion/common/src/scalar/mod.rs | 6 +
datafusion/core/benches/sql_planner.rs | 3 +
datafusion/expr-common/src/type_coercion/binary.rs | 122 +++++++++++--
.../src/type_coercion/binary/tests/arithmetic.rs | 130 ++++++++++++++
.../src/type_coercion/binary/tests/comparison.rs | 88 +++++++++
datafusion/functions/src/math/abs.rs | 12 +-
datafusion/macros/Cargo.toml | 2 +-
.../src/joins/sort_merge_join/stream.rs | 5 +
datafusion/spark/src/function/math/width_bucket.rs | 12 +-
datafusion/sqllogictest/Cargo.toml | 2 +-
docs/.gitignore | 5 +-
docs/Makefile | 2 +-
docs/README.md | 20 ++-
docs/build.sh | 9 +-
docs/make.bat | 3 +-
docs/requirements.txt | 12 +-
docs/rustdoc_trim.py | 37 ++--
docs/source/conf.py | 52 +++---
28 files changed, 588 insertions(+), 209 deletions(-)
copy benchmarks/src/{nlj.rs => hj.rs} (50%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]