This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch dependabot/cargo/main/tonic-5bf6a488fd
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
discard 4d8141daa7 chore(deps): bump the tonic group across 1 directory with 3
updates
add 1233a18ed7 add test to catch mis-aligned ipc buffers (#10405)
add b46e7334b3 [Variant] make `value` mandatory field for
`VariantArray`/`ShreddingState` (#10318)
add a5158c8bf9 arrow-row: Fix decode_fixed_size_list to apply the
corrected_type step for dictionary children (#10414)
add f9bf62845c feat(coalesce): add size function (#10331)
add f7dfcd25aa add i32 benchmarks (#10421)
add 910a2b798b chore(deps): bump the tonic group across 1 directory with 3
updates
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 (4d8141daa7)
\
N -- N -- N refs/heads/dependabot/cargo/main/tonic-5bf6a488fd
(910a2b798b)
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-ipc/src/reader.rs | 95 ++++++
arrow-row/src/lib.rs | 55 ++++
arrow-row/src/list.rs | 11 +-
arrow-select/src/coalesce.rs | 127 ++++++++
arrow-select/src/coalesce/byte_view.rs | 145 ++++++++-
arrow-select/src/coalesce/generic.rs | 139 +++++++-
arrow-select/src/coalesce/primitive.rs | 77 +++++
arrow/benches/cast_kernels.rs | 4 +
parquet-variant-compute/src/from_json.rs | 6 +-
parquet-variant-compute/src/shred_variant.rs | 90 +++---
parquet-variant-compute/src/unshred_variant.rs | 14 +-
parquet-variant-compute/src/variant_array.rs | 348 ++++++++++-----------
.../src/variant_array_builder.rs | 4 +-
parquet-variant-compute/src/variant_get.rs | 182 +++++------
parquet-variant-compute/src/variant_to_arrow.rs | 4 +-
parquet/tests/variant_integration.rs | 8 +
16 files changed, 949 insertions(+), 360 deletions(-)