This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch dependabot/cargo/main/tonic-5bf6a488fd
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
discard de30e0679d chore(deps): bump the tonic group across 1 directory with 3
updates
add d8d3fa32c1 refactor: add `take_n_true` method to `BooleanArray` (#9823)
add 38230b014b [10125] arrow-flight decode path optimizations (add
`skip_validation` to arrow-flight) (#10206)
add 38b97b87b5 chore(deps): bump the tonic group across 1 directory with 3
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 (de30e0679d)
\
N -- N -- N refs/heads/dependabot/cargo/main/tonic-5bf6a488fd
(38b97b87b5)
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 | 1 +
arrow-array/src/array/boolean_array.rs | 109 ++++++++++++++++++++++++-
arrow-flight/Cargo.toml | 4 +-
arrow-flight/src/decode.rs | 29 ++++++-
arrow-integration-testing/Cargo.toml | 1 +
arrow-ipc/src/reader.rs | 24 +++---
parquet/src/arrow/arrow_reader/read_plan.rs | 122 +++++++++++++---------------
7 files changed, 206 insertions(+), 84 deletions(-)