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 1ec7f60be9 Update prost requirement in the prost group across 1 directory add dfe907f652 Minor: Support BinaryView and StringView builders in `make_builder` (#7931) add d0fa24e0e4 [Variant] Impl `PartialEq` for VariantObject (#7943) add 233dad39b6 Optimize partition_validity function used in sort kernels (#7937) add 722ef596d8 [Variant] Add ObjectBuilder::with_field for convenience (#7950) add a984ca7344 [Variant] Adding code to store metadata and value references in VariantArray (#7945) add 2836aa83b8 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 (1ec7f60be9) \ N -- N -- N refs/heads/dependabot/cargo/main/prost-dfa7aae14e (2836aa83b8) 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-array/src/builder/mod.rs | 2 + arrow-ord/src/sort.rs | 40 ++++- parquet-variant-compute/src/variant_array.rs | 32 +++- parquet-variant-json/src/to_json.rs | 30 ++-- parquet-variant/src/builder.rs | 250 +++++++++++++++++++-------- parquet-variant/src/variant/metadata.rs | 29 +++- parquet-variant/src/variant/object.rs | 219 ++++++++++++++++++++++- 7 files changed, 500 insertions(+), 102 deletions(-)