This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch dependabot/cargo/main/prost-b2daf72eba
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
discard ade2d1a419 chore(deps): bump the prost group across 1 directory with 3
updates
add 2e035fd4d9 feat: add `OffsetBuffer::subtract` to allow to shift
offsets by value (#10120)
add 3b87334d95 Split traits for plain and bitpacked decoding and fix
soundness issue in BitReader::get_batch (#10172)
add cc3f1bedb1 [Parquet] route dictionary page through the PageStore
(#10142)
add 84688d6d81 test(arrow-select): additional tests for inline-view filter
fast path (tests for #9755) (#10054)
add 006c59f429 introduce decode benchmarks (#10202)
add ba0b775579 chore: group minor/patch dependabot updates (#10193)
add 20fdea2bd2 chore(deps): bump the prost 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 (ade2d1a419)
\
N -- N -- N refs/heads/dependabot/cargo/main/prost-b2daf72eba
(20fdea2bd2)
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 | 11 ++
arrow-array/src/array/list_array.rs | 2 +-
arrow-buffer/src/buffer/offset.rs | 216 ++++++++++++++++++++++++++++++
arrow-flight/benches/flight.rs | 39 ++++++
arrow-select/src/coalesce.rs | 131 +++++++++++++++++--
parquet/src/arrow/arrow_writer/mod.rs | 155 +++++++++++++++++-----
parquet/src/encodings/rle.rs | 14 +-
parquet/src/util/bit_util.rs | 238 ++++++++++++++++------------------
parquet/tests/arrow_writer.rs | 183 +++++++++++++++++++++++++-
9 files changed, 803 insertions(+), 186 deletions(-)