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 a8eca8aaed Update prost requirement in the prost group across 1 
directory
     add 0055f57be0 [Variant] Reserve capacity beforehand during large object 
building (#7922)
     add 7af62d54c0 [Variant] Support appending complex variants in 
`VariantBuilder` (#7914)
     add d4c0a3278d [Variant] Add `variant_get` compute kernel (#7919)
     add 03a837e883 Add tests for `BatchCoalescer::push_batch_with_filter`, fix 
bug (#7774)
     add d809f19bc0 [Variant] Add documentation, tests and cleaner api for 
Variant::get_path (#7942)
     add 7089786632 [Variant] Avoid collecting offset iterator (#7934)
     add 1ec7f60be9 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   (a8eca8aaed)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/prost-dfa7aae14e 
(1ec7f60be9)

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-select/src/coalesce.rs                   | 236 ++++++++++++++++++++-
 arrow-select/src/coalesce/primitive.rs         |  11 +-
 parquet-variant-compute/Cargo.toml             |   6 +
 parquet-variant-compute/benches/variant_get.rs |  59 ++++++
 parquet-variant-compute/src/lib.rs             |   1 +
 parquet-variant-compute/src/variant_get.rs     | 180 +++++++++++++++++
 parquet-variant/benches/variant_builder.rs     |  15 +-
 parquet-variant/src/builder.rs                 | 270 +++++++++++++++++++++++--
 parquet-variant/src/lib.rs                     |   6 +
 parquet-variant/src/path.rs                    | 171 ++++++++++++++++
 parquet-variant/src/variant.rs                 |  45 +++++
 parquet-variant/src/variant/metadata.rs        |  60 +++---
 parquet-variant/src/variant/object.rs          |  58 ++++--
 13 files changed, 1045 insertions(+), 73 deletions(-)
 create mode 100644 parquet-variant-compute/benches/variant_get.rs
 create mode 100644 parquet-variant-compute/src/variant_get.rs
 create mode 100644 parquet-variant/src/path.rs

Reply via email to