This is an automated email from the ASF dual-hosted git repository.

dependabot[bot] pushed a change to branch dependabot/cargo/main/rand-0.10.1
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


 discard ce4c36e415 chore(deps): bump rand from 0.9.4 to 0.10.1
     add b9dea19fcd chore(deps): bump syn from 2.0.117 to 2.0.118 (#10190)
     add e06da3d37e chore(deps): bump chrono from 0.4.44 to 0.4.45 (#10188)
     add 3dcd14ae6f chore(deps): bump http from 1.4.0 to 1.4.2 (#10191)
     add 534dfc41bc Stricter datatype parsing for decimals, fixedsizelists and 
time32/64 (#10147)
     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 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 af17f4ba8b chore(deps): bump rand from 0.9.4 to 0.10.1

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   (ce4c36e415)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/rand-0.10.1 
(af17f4ba8b)

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 ++
 .github/workflows/{dev_pr.yml => stale.yml} |  39 ++---
 Cargo.lock                                  |  20 +--
 arrow-array/src/array/list_array.rs         |   2 +-
 arrow-buffer/src/buffer/offset.rs           | 216 +++++++++++++++++++++++++
 arrow-flight/benches/flight.rs              |  39 +++++
 arrow-schema/src/datatype_parse.rs          | 156 ++++++++++++++++--
 arrow-select/src/coalesce.rs                | 131 +++++++++++++--
 arrow/benches/merge_kernels.rs              |   4 +-
 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 ++++++++++++++++++++-
 13 files changed, 968 insertions(+), 240 deletions(-)
 copy .github/workflows/{dev_pr.yml => stale.yml} (53%)

Reply via email to