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 6fa7e5ecd1 chore(deps): bump the prost group across 1 directory with 3 
updates
     add 712aa18d9f chore(deps): bump uuid from 1.23.4 to 1.23.5 in the 
all-other-cargo-deps group across 1 directory (#10332)
     add e704ad4725 optimize(interleave): implement interleave for 
FixedSizeList/Map type (#10046)
     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 f0ee35f4b5 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   (6fa7e5ecd1)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/prost-b2daf72eba 
(f0ee35f4b5)

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                                |   5 +-
 arrow-arith/Cargo.toml                    |   7 +
 arrow-arith/benches/decimal_arithmetic.rs |  66 ++++++
 arrow-arith/src/numeric.rs                |  73 +++++++
 arrow-schema/src/ffi.rs                   |  15 +-
 arrow-select/src/interleave.rs            | 336 +++++++++++++++++++++++++++---
 6 files changed, 470 insertions(+), 32 deletions(-)
 create mode 100644 arrow-arith/benches/decimal_arithmetic.rs

Reply via email to