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 d07708c6e8 Merge remote-tracking branch 'origin/main' into gh5854_thrift_remodel add 4506998155 feat: gRPC compression support for flight CLI (#8240) add 07e0953126 Adds Confluent wire format handling to arrow-avro crate (#8242) add d82c5a5441 Bump actions/setup-python from 5 to 6 (#8278) add db2403ca5f Bump actions/setup-node from 4 to 5 (#8279) add 25cc570f8e [Variant] Support typed access for numeric types in variant_get (#8179) add 1642714029 Added arrow-avro schema resolution value skipping (#8220) add 0ba91aed9c Bump actions/labeler from 5.0.0 to 6.0.0 (#8276) add 07b2503ec4 Impl `Display` for `Tz` (#8275) add 9709c097d4 Add into_builder method for WriterProperties (#8272) add 471f3b1294 [Minor] Backport changes to metadata benchmark (#8251) add ad1f86e6d3 Bump actions/github-script from 7 to 8 (#8287) add 3ee1d2c195 Bump actions/labeler from 6.0.0 to 6.0.1 (#8288) new 9fbe80a5b9 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: .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(-) create mode 100644 arrow-avro/test/data/skippable_types.avro