This is an automated email from the ASF dual-hosted git repository. alamb pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
from aed2f3b6a7 Add arrow-avro Reader support for Dense Union and Union resolution (Part 1) (#8348) add f4840f6df1 [Variant] Implement new VariantValueArrayBuilder (#8360) No new revisions were added by this update. Summary of changes: parquet-variant-compute/src/lib.rs | 2 +- .../src/variant_array_builder.rs | 241 ++++++++++++++++++++- parquet-variant-compute/src/variant_get.rs | 9 +- parquet-variant-compute/src/variant_to_arrow.rs | 41 ++-- parquet-variant/src/builder.rs | 2 +- parquet-variant/src/variant.rs | 10 +- parquet-variant/src/variant/object.rs | 12 +- 7 files changed, 283 insertions(+), 34 deletions(-)