This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/main/tonic-9073de134f
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
discard 6c03f57c5b Update tonic requirement in the tonic group across 1
directory
add cf0c0895b1 [Variant] Rename `batch_json_string_to_variant` and
`batch_variant_to_json_string` (#8161)
add 21a9a2ad5f Implement cast and other operations on decimal32 and
decimal64 (#7815)
add 2f081612a5 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 (6c03f57c5b)
\
N -- N -- N refs/heads/dependabot/cargo/main/tonic-9073de134f
(2f081612a5)
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/cast.rs | 12 +
arrow-array/src/types.rs | 2 +
arrow-cast/src/cast/decimal.rs | 72 +++
arrow-cast/src/cast/mod.rs | 518 ++++++++++++++-
arrow-ord/src/comparison.rs | 211 +++++++
arrow-ord/src/ord.rs | 28 +-
arrow-ord/src/sort.rs | 20 +
arrow-row/src/lib.rs | 60 ++
arrow/benches/array_from_vec.rs | 46 ++
arrow/benches/builder.rs | 38 ++
arrow/benches/cast_kernels.rs | 48 ++
arrow/benches/decimal_validate.rs | 55 +-
arrow/src/tensor.rs | 4 +
arrow/tests/array_cast.rs | 87 ++-
parquet-variant-compute/benches/variant_kernels.rs | 10 +-
parquet-variant-compute/src/from_json.rs | 20 +-
parquet-variant-compute/src/lib.rs | 8 +-
parquet-variant-compute/src/to_json.rs | 12 +-
parquet-variant-compute/src/variant_get/mod.rs | 6 +-
parquet-variant-json/src/from_json.rs | 49 +-
parquet-variant-json/src/lib.rs | 8 +-
parquet-variant-json/src/to_json.rs | 703 +++++++++++----------
22 files changed, 1572 insertions(+), 445 deletions(-)