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 09a75329bb Update tonic requirement in the tonic group across 1
directory
add f751a45b5c chore(parquet/record/field): dont truncate timestamps on
display (#8266)
add dc9c3cdd2c [Variant] Implement row builders for cast_to_variant (#8299)
add a83d686d14 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 (09a75329bb)
\
N -- N -- N refs/heads/dependabot/cargo/main/tonic-d3f01f2cb5
(a83d686d14)
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:
parquet-variant-compute/src/arrow_to_variant.rs | 1995 ++++++++++++++++++++
parquet-variant-compute/src/cast_to_variant.rs | 694 +------
parquet-variant-compute/src/lib.rs | 4 +-
parquet-variant-compute/src/type_conversion.rs | 104 +-
.../src/variant_array_builder.rs | 24 +-
parquet-variant-json/src/from_json.rs | 26 +-
parquet-variant/src/builder.rs | 41 +
parquet/src/record/api.rs | 90 +-
8 files changed, 2208 insertions(+), 770 deletions(-)
create mode 100644 parquet-variant-compute/src/arrow_to_variant.rs