This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/cargo/main/prost-dfa7aae14e in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
discard 197516ba70 Update prost requirement in the prost group across 1 directory 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 b02fec2a4d Update prost requirement in the prost group across 1 directory This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (197516ba70) \ N -- N -- N refs/heads/dependabot/cargo/main/prost-dfa7aae14e (b02fec2a4d) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .github/workflows/dev.yml | 4 +- .github/workflows/dev_pr.yml | 2 +- .github/workflows/integration.yml | 2 +- .github/workflows/parquet.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 parquet-variant-compute/src/variant_get/mod.rs | 456 ++++++++++++----- .../src/variant_get/output/variant.rs | 125 +++-- parquet-variant/src/variant.rs | 6 + parquet/src/file/properties.rs | 124 +++-- 16 files changed, 1869 insertions(+), 471 deletions(-) create mode 100644 arrow-avro/test/data/skippable_types.avro