This is an automated email from the ASF dual-hosted git repository. etseidl pushed a commit to branch gh5854_thrift_remodel in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
commit 9fbe80a5b94fabd394bfbd87340061cce8fb39cb Merge: d07708c6e8 3ee1d2c195 Author: Ed Seidl <etse...@live.com> AuthorDate: Fri Sep 5 11:04:49 2025 -0700 Merge remote-tracking branch 'origin/main' into gh5854_thrift_remodel .github/workflows/dev.yml | 4 +- .github/workflows/dev_pr.yml | 2 +- .github/workflows/integration.yml | 2 +- .github/workflows/parquet.yml | 2 +- .github/workflows/take.yml | 2 +- arrow-array/src/timezone.rs | 19 + arrow-avro/Cargo.toml | 4 + arrow-avro/benches/decoder.rs | 265 +++++----- arrow-avro/src/codec.rs | 47 +- arrow-avro/src/reader/mod.rs | 343 +++++++++++-- arrow-avro/src/reader/record.rs | 553 +++++++++++++++++++-- arrow-avro/src/schema.rs | 388 +++++++++++---- arrow-avro/test/data/skippable_types.avro | Bin 0 -> 3234 bytes arrow-flight/Cargo.toml | 2 +- arrow-flight/src/bin/flight_sql_client.rs | 58 ++- parquet-variant-compute/src/variant_get/mod.rs | 456 ++++++++++++----- .../src/variant_get/output/variant.rs | 125 +++-- parquet-variant/src/variant.rs | 6 + parquet/benches/metadata.rs | 28 +- parquet/src/file/properties.rs | 124 +++-- parquet/src/thrift.rs | 10 +- 21 files changed, 1947 insertions(+), 493 deletions(-)