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


 discard 876e199234 Update prost requirement in the prost group across 1 
directory
     add 7b8f1f1a91 Expose predicates from RowFilter (#8315)
     add 30a779878a Parquet: Avoid page-size overflows i32 (#8264)
     add d0824767dd Minor: avoid an `Arc::clone` in CacheOptions for Parquet 
PredicateCache (#8338)
     add 70f9250387 Adds additional type support to arrow-avro writer (#8298)
     add 2c79a4f60a [Variant] ParentState tracks builder-specific state in a 
uniform way (#8324)
     add d4ff12fbb6 Fix `can_cast_types` for temporal to `Utf8View` (#8328)
     add eb10a423a7 Add arrow-avro examples and Reader documentation (#8316)
     add 6407c7e381 [Variant] Rename VariantShreddingRowBuilder to 
VariantToArrowRowBuilder (#8344)
     add 20ccf5feec [Variant] feat: Support typed_access for Boolean (#8346)
     add bfdc31bca8 [Variant] Add nullable arg to 
StructArrayBuilder::with_field (#8342)
     add 3026394841 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   (876e199234)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/prost-dfa7aae14e 
(3026394841)

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-avro/examples/decode_kafka_stream.rs         | 233 +++++
 arrow-avro/examples/decode_stream.rs               | 104 +++
 arrow-avro/examples/read_avro_ocf.rs               |  71 ++
 arrow-avro/examples/read_ocf_with_resolution.rs    |  96 ++
 arrow-avro/examples/write_avro_ocf.rs              | 113 +++
 arrow-avro/src/codec.rs                            |  15 +-
 arrow-avro/src/reader/mod.rs                       | 439 +++++++--
 arrow-avro/src/schema.rs                           |  63 +-
 arrow-avro/src/writer/encoder.rs                   | 981 ++++++++++++++++++++-
 arrow-cast/src/cast/mod.rs                         |  83 +-
 parquet-variant-compute/src/arrow_to_variant.rs    |  47 +-
 parquet-variant-compute/src/cast_to_variant.rs     |   4 +-
 parquet-variant-compute/src/from_json.rs           |   4 +-
 parquet-variant-compute/src/lib.rs                 |   3 +-
 parquet-variant-compute/src/variant_array.rs       |  15 +-
 .../src/variant_array_builder.rs                   | 208 +----
 .../src/{variant_get/mod.rs => variant_get.rs}     | 178 ++--
 .../src/variant_get/output/mod.rs                  |  18 -
 .../output/row_builder.rs => variant_to_arrow.rs}  |  57 +-
 parquet-variant/src/builder.rs                     | 440 ++++-----
 parquet/src/arrow/array_reader/builder.rs          |   8 +-
 parquet/src/arrow/arrow_reader/filter.rs           |   8 +
 parquet/src/arrow/arrow_writer/mod.rs              |   2 +-
 parquet/src/arrow/async_reader/mod.rs              |   3 +-
 parquet/src/column/page.rs                         |  40 +-
 parquet/src/file/writer.rs                         |   2 +-
 parquet/src/variant.rs                             |   4 +-
 27 files changed, 2529 insertions(+), 710 deletions(-)
 create mode 100644 arrow-avro/examples/decode_kafka_stream.rs
 create mode 100644 arrow-avro/examples/decode_stream.rs
 create mode 100644 arrow-avro/examples/read_avro_ocf.rs
 create mode 100644 arrow-avro/examples/read_ocf_with_resolution.rs
 create mode 100644 arrow-avro/examples/write_avro_ocf.rs
 rename parquet-variant-compute/src/{variant_get/mod.rs => variant_get.rs} (94%)
 delete mode 100644 parquet-variant-compute/src/variant_get/output/mod.rs
 rename parquet-variant-compute/src/{variant_get/output/row_builder.rs => 
variant_to_arrow.rs} (73%)

Reply via email to