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-016939c5f2
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


    omit 2d5446f610 chore(deps): bump uuid
     add 7c306e401c bench(arrow): sweep byte-view scalar comparison across a 
size range (#10728)
     add 5a2db27df7 perf(arrow-cmp): Speed up eq/neq of a byte-view array 
against a short scalar  (#10689)
     add d2da4c86e5 implement `Metadata::retain` (#10695)
     add 4443bd4579 [Parquet] Add row group distinct counts to 
`StatisticsConverter` (#10652)
     add cb20cc4bfd Fix `cargo audit` by update `h2` dependency (#10740)
     add 177bde8225 Fix `clippy::return_and_then` lint from Rust 1.97 (#10743)
     add 3b98da0a32 fix(arrow-ipc): return an error instead of panicking on IPC 
file with no footer schema (#10744)
     add fa22738ffa chore(deps): bump uuid

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   (2d5446f610)
            \
             N -- N -- N   
refs/heads/dependabot/cargo/main/all-other-cargo-deps-016939c5f2 (fa22738ffa)

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                                   |   4 +-
 arrow-ipc/src/reader.rs                      |  41 ++++++++-
 arrow-ord/src/cmp.rs                         |  99 ++++++++++++++++++++
 arrow-schema/src/metadata.rs                 |  62 +++++++++++++
 arrow/benches/comparison_kernels.rs          |  19 +++-
 parquet/src/arrow/arrow_reader/statistics.rs |  22 +++++
 parquet/tests/arrow_reader/statistics.rs     | 132 ++++++++++++++++++++++++++-
 7 files changed, 374 insertions(+), 5 deletions(-)

Reply via email to