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

etseidl pushed a change to branch gh5854_thrift_remodel
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


    from b4b4d261ca Merge remote-tracking branch 'origin/main' into 
gh5854_thrift_remodel
     add 686d0851a4 [Variant] ReadOnlyMetadataBuilder borrows its underlying 
VariantMetadata (#8502)
     add 07ae1dd7ce [Variant] Introduce new BorrowedShreddingState concept 
(#8499)
     add 8eca76df29 Move ParquetMetadata decoder state machine into 
ParquetMetadataPushDecoder (#8340)
     new 2a9b0614e3 Merge remote-tracking branch 'origin/main' into 
gh5854_thrift_remodel

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 parquet-variant-compute/src/lib.rs                 |   2 +-
 parquet-variant-compute/src/shred_variant.rs       |   4 +-
 parquet-variant-compute/src/variant_array.rs       | 110 ++++++--
 .../src/variant_array_builder.rs                   |  11 +-
 parquet-variant-compute/src/variant_get.rs         |  25 +-
 parquet-variant/src/builder.rs                     |  16 +-
 parquet/src/file/metadata/parser.rs                |  97 ++++++-
 parquet/src/file/metadata/push_decoder.rs          | 297 +++++++++++++++------
 parquet/src/file/metadata/reader.rs                | 266 +++++++++++-------
 parquet/tests/arrow_reader/io/mod.rs               |   4 +-
 10 files changed, 600 insertions(+), 232 deletions(-)

Reply via email to