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 aa26c0cfb1 [thrift-remodel] Use new writer to write Parquet file 
metadata (#8445)
     add d6a29ec103 Support reading/writing `VariantArray` to parquet with 
Variant LogicalType (#8408)
     new 300aa2af0c 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/Cargo.toml    |   2 +-
 parquet/Cargo.toml                    |   2 +-
 parquet/src/arrow/schema/complex.rs   |  29 ++--
 parquet/src/arrow/schema/extension.rs |  72 +++++++++
 parquet/src/arrow/schema/mod.rs       |  12 +-
 parquet/src/variant.rs                | 269 +++++++++++++++++++++++++++++-----
 6 files changed, 330 insertions(+), 56 deletions(-)
 create mode 100644 parquet/src/arrow/schema/extension.rs

Reply via email to