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 9d34289f9d chore(deps): bump rand from 0.9.4 to 0.10.1
     add 1daaf29541 Flip dict null_density in test utils (#7475)
     add 8544614251 Validate short view strings in separate buffer in arrow-row 
(#10250)
     add 1583c8e656 [parquet] Add some tests to cover selective list child 
padding (#10258)
     add 8205c5421f fix: don't panic on `ArrayData::try_new` on bad input even 
when `force_validate` feature is on (#10282)
     add d8d980bdcf fix(arrow-array): disallow creating `MapArray` with 
nullable key field (#10272)
     add 6035e287ad chore(deps): bump num-bigint from 0.5.0 to 0.5.1 in the 
all-other-cargo-deps group across 1 directory (#10294)
     add 4e5ef601a0 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   (9d34289f9d)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/rand-0.10.1 
(4e5ef601a0)

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                                         |  12 +-
 arrow-array/src/array/map_array.rs                 |  32 ++
 arrow-data/src/data.rs                             | 448 +++++++++++++++++++--
 arrow-ipc/src/reader.rs                            |   8 +-
 arrow-row/src/lib.rs                               |  59 +--
 arrow-row/src/variable.rs                          |  69 ++--
 arrow/src/util/bench_util.rs                       |   2 +-
 parquet/src/arrow/arrow_writer/mod.rs              |  17 +
 .../src/arrow/record_reader/definition_levels.rs   |  20 +
 9 files changed, 550 insertions(+), 117 deletions(-)

Reply via email to