This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/main/tonic-d3f01f2cb5
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
omit 6fbc3e8889 Update tonic requirement in the tonic group across 1
directory
add b06996bb77 [Variant] [Shredding] Support typed_access for Utf8 and
BinaryView (#8364)
add d74d9baff6 Adds Map & Enum support, round-trip & benchmark tests
(#8353)
add d6f40ce62b [Variant] Allow lossless casting from integer to floating
point (#8357)
add 1f77ac51c7 [Variant] Support Variant to PrimitiveArrow for unsigned
integer (#8369)
add aed2f3b6a7 Add arrow-avro Reader support for Dense Union and Union
resolution (Part 1) (#8348)
add 9398fd98f2 Update tonic requirement in the tonic 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 (6fbc3e8889)
\
N -- N -- N refs/heads/dependabot/cargo/main/tonic-d3f01f2cb5
(9398fd98f2)
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/parquet.yml | 3 +
arrow-avro/benches/avro_writer.rs | 456 ++++++++++++++++++++-
arrow-avro/src/codec.rs | 514 +++++++++++++++++++++---
arrow-avro/src/reader/record.rs | 5 +
arrow-avro/src/schema.rs | 187 ++++++++-
arrow-avro/src/writer/encoder.rs | 309 ++++++++++++++
arrow-avro/src/writer/mod.rs | 218 ++++++++++
parquet-variant-compute/src/type_conversion.rs | 24 ++
parquet-variant-compute/src/variant_array.rs | 10 +
parquet-variant-compute/src/variant_get.rs | 213 ++++++++--
parquet-variant-compute/src/variant_to_arrow.rs | 32 ++
parquet-variant/src/utils.rs | 17 +
parquet-variant/src/variant.rs | 50 ++-
parquet/tests/variant_integration.rs | 5 +-
14 files changed, 1926 insertions(+), 117 deletions(-)