This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/cargo/main/all-other-cargo-deps-669992b6e9
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
omit 2ad0917acc chore(deps): bump the all-other-cargo-deps group across 1
directory with 14 updates
add 5555ee946d add stale PR workflow (#10194)
add 25d2108975 Fix `merge_kernels` benchmark panic due to not wrapping
with `Scalar` (#10199)
add 57002ae720 chore: run `cargo update` to bump quinn (#10181)
add d2f1611253 [Variant] Add `variant_get` access as `Variant` (#9681)
add 6ba533d09a Return PyValueError for nullable PyArrow struct imports
(#10174)
add 7d9f620cb5 Benchmarks and performance improvement for parquet boolean
reader (#10196)
add 7fb7751964 chore(deps): bump actions/cache from 5.0.5 to 6.0.0 (#10203)
add f650c0b86d chore(deps): bump the all-other-cargo-deps group across 1
directory with 14 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 (2ad0917acc)
\
N -- N -- N
refs/heads/dependabot/cargo/main/all-other-cargo-deps-669992b6e9 (f650c0b86d)
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/integration.yml | 4 +-
.github/workflows/{dev_pr.yml => stale.yml} | 39 ++---
Cargo.lock | 8 +-
arrow-pyarrow-testing/tests/pyarrow.rs | 37 ++++-
arrow-pyarrow/src/lib.rs | 10 +-
arrow/benches/merge_kernels.rs | 4 +-
parquet-variant-compute/src/variant_get.rs | 186 ++++++++++++++++++----
parquet/benches/arrow_reader.rs | 107 ++++++++++++-
parquet/src/arrow/array_reader/primitive_array.rs | 2 +-
9 files changed, 326 insertions(+), 71 deletions(-)
copy .github/workflows/{dev_pr.yml => stale.yml} (53%)