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


    omit c1672e52db chore(deps): bump rand from 0.9.4 to 0.10.1
     add e097ebede1 perf: Improve decimal addition and subtraction when scale 
is equal  (#10333)
     add dc6750741c Don't panic on invalid c ffi schema name (#10328)
     add 2281b5eb7d chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 
(#10337)
     add 87564e595a chore(deps): bump http-body from 1.0.1 to 1.1.0 in the 
all-other-cargo-deps group across 1 directory (#10338)
     add bc4e672607 Remove the unmaintained paste dependency from arrow (#10303)
     add 53c0c232d6 Docs: fix mutableArrayData comments (#10326)
     add 8fa29e94bd 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   (c1672e52db)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/rand-0.10.1 
(8fa29e94bd)

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/workflows/dev.yml                    |   2 +-
 Cargo.lock                                   |  14 +-
 arrow-arith/Cargo.toml                       |   7 +
 arrow-arith/benches/decimal_arithmetic.rs    |  66 +++++++
 arrow-arith/src/numeric.rs                   |  73 ++++++++
 arrow-data/src/transform/mod.rs              |  15 +-
 arrow-flight/Cargo.toml                      |   5 +-
 arrow-flight/src/sql/mod.rs                  | 163 ++++++++---------
 arrow-schema/src/ffi.rs                      |  15 +-
 parquet-variant/Cargo.toml                   |   1 -
 parquet-variant/src/decoder.rs               |  11 +-
 parquet/Cargo.toml                           |   1 -
 parquet/src/arrow/arrow_reader/statistics.rs | 259 +++++++++++++++++----------
 parquet/tests/variant_integration.rs         |   8 +-
 14 files changed, 421 insertions(+), 219 deletions(-)
 create mode 100644 arrow-arith/benches/decimal_arithmetic.rs

Reply via email to