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
omit 3026394841 Update prost requirement in the prost group across 1 directory add 378e9c256e [Variant] Make VariantToArrowRowBuilder an enum (#8345) add 0fbc18db65 improve performance of i256 to f64 (#8041) add 71eede653e [Variant] Add tests for variant_get requesting Some struct (#8343) add ca07b064db Add projection with default values support to `RecordDecoder` (#8293) add 9f74e616a8 [Variant] [Shredding] feat: Support typed_access for FixedSizeBinary (#8352) add 477d69e799 [Variant] Remove unused metadata from variant ShreddingState (#8355) add 89b4b13eb5 [Variant] Minor code cleanups (#8356) add df8b38ef41 [Variant] Add constants for empty variant metadata (#8359) add 769643206f Fix casting floats to Decimal64 (#8363) add 2ec77b548d Update `variant_integration` test to use final approved `parquet-testing` data (#8325) add b0fd151171 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 (3026394841) \ N -- N -- N refs/heads/dependabot/cargo/main/prost-dfa7aae14e (b0fd151171) 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: arrow-avro/src/reader/mod.rs | 241 ++++ arrow-avro/src/reader/record.rs | 1069 ++++++++++++--- arrow-buffer/benches/i256.rs | 9 +- arrow-buffer/src/bigint/mod.rs | 50 +- arrow-cast/src/cast/decimal.rs | 4 +- arrow-cast/src/cast/mod.rs | 29 + parquet-testing | 2 +- parquet-variant-compute/src/variant_array.rs | 116 +- parquet-variant-compute/src/variant_get.rs | 588 ++++++++- parquet-variant-compute/src/variant_to_arrow.rs | 196 +-- parquet-variant/src/variant.rs | 9 +- parquet-variant/src/variant/metadata.rs | 45 +- parquet/Cargo.toml | 5 + parquet/tests/variant_integration.rs | 1594 ++++++----------------- 14 files changed, 2450 insertions(+), 1507 deletions(-)