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 6d6f4e3321 [thrift-remodel] Reduce use of `parquet::format` in the
public API (#8048)
add c25c5a74c1 implement `cast_to_variant` kernel to cast native types to
`VariantArray` (#8044)
add 3e7c887be1 [Variant] Minor: use From impl to make conversion
infallable (#8068)
add c6887ffee5 Fix arrow-avro type resolver register bug (#8046)
add e4d359b49e Minor: Consolidate int96 stats roundtrip test (#8034)
new a69c57834e 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:
arrow-avro/src/codec.rs | 180 +++++++++--
arrow-avro/src/reader/mod.rs | 243 ++++++++++++++
arrow-avro/test/data/enum_reuse.avro | Bin 0 -> 358 bytes
arrow-avro/test/data/nested_record_reuse.avro | Bin 0 -> 366 bytes
parquet-variant-compute/src/cast_to_variant.rs | 350 +++++++++++++++++++++
parquet-variant-compute/src/lib.rs | 1 +
parquet-variant/src/variant.rs | 44 +++
.../{ => arrow_reader}/int96_stats_roundtrip.rs | 0
parquet/tests/arrow_reader/mod.rs | 1 +
9 files changed, 799 insertions(+), 20 deletions(-)
create mode 100644 arrow-avro/test/data/enum_reuse.avro
create mode 100644 arrow-avro/test/data/nested_record_reuse.avro
create mode 100644 parquet-variant-compute/src/cast_to_variant.rs
rename parquet/tests/{ => arrow_reader}/int96_stats_roundtrip.rs (100%)