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 dfe2d5312d Update prost requirement in the prost group across 1
directory
add a49ce3e22f Add testing section to pull request template (#7749)
add 121371ca59 feat: [Variant] Add Validation for Variant Deciaml (#7738)
add 8d8541cb97 [Variant] Support nested lists and object lists (#7740)
add 389b2b0a67 [Variant] Fix several overflow panic risks for 32-bit arch
(#7752)
add b6240b32e2 Respect `PARQUET_TEST_DATA` in variant_interop test (#7747)
add 71ac9bd714 Extend the fast path in GenericByteViewArray::is_eq for
comparing against empty strings (#7767)
add 7487a850ac 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 (dfe2d5312d)
\
N -- N -- N refs/heads/dependabot/cargo/main/prost-dfa7aae14e
(7487a850ac)
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/pull_request_template.md | 10 +-
arrow-ord/src/cmp.rs | 3 +
parquet-variant/src/builder.rs | 849 +++++++++++++++++++++----------
parquet-variant/src/decoder.rs | 16 +-
parquet-variant/src/utils.rs | 45 +-
parquet-variant/src/variant.rs | 241 +++++++--
parquet-variant/src/variant/list.rs | 39 +-
parquet-variant/src/variant/metadata.rs | 31 +-
parquet-variant/src/variant/object.rs | 53 +-
parquet-variant/tests/variant_interop.rs | 75 ++-
10 files changed, 956 insertions(+), 406 deletions(-)