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

github-bot pushed a change to branch dependabot/cargo/main/prost-dfa7aae14e
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


    omit 0772428474 Update prost requirement in the prost group across 1 
directory
     add a65a984b6d test: add tests for converting sliced list to row based 
(#7994)
     add 0f0baf85ba bench: benchmark interleave structs (#8007)
     add 9d26336bc5 bench: add benchmark for converting list and sliced list to 
row format (#8008)
     add 73c3e97d9f [Variant] Avoid extra buffer allocation in ListBuilder 
(#7987)
     add 5acdafbdc7 perf: Improve `interleave` performance for struct (3-6 
times faster) (#7991)
     add 4fcffa503c perf: only encode actual list values in `RowConverter` 
(16-26 times faster for small sliced list) (#7996)
     add 53b370ea20 Update prost requirement in the prost group across 1 
directory

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   (0772428474)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/prost-dfa7aae14e 
(53b370ea20)

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:
 arrow-row/src/lib.rs                |  85 +++++++++++++-
 arrow-row/src/list.rs               |  12 +-
 arrow-select/src/interleave.rs      | 222 +++++++++++++++++++++++++++++++++++-
 arrow/benches/interleave_kernels.rs |  49 ++++++++
 arrow/benches/row_format.rs         |  84 ++++++++++++++
 parquet-variant/src/builder.rs      | 151 ++++++++++++++----------
 6 files changed, 530 insertions(+), 73 deletions(-)

Reply via email to