This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/main/rand-0.10
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
discard 457c738628 Update rand requirement from 0.9 to 0.10
add 9ec9f578fc Deprecate ArrowTimestampType::make_value in favor of
from_naive_datetime (#9491)
add 4d8e8baed0 chore: remove duplicate macro
`partially_shredded_variant_array_gen` (#9498)
add d99043e3c3 [Variant] Enahcne bracket access for VariantPath (#9479)
add 73a516e3bc Move `ListLikeArray` to arrow-array to be shared with json
writer and parquet unshredding (#9437)
add 01d34a8bee Add `append_value_n` to GenericByteBuilder (#9426)
add bee4595c13 Add `append_nulls` to `MapBuilder` (#9432)
add e4b68e6f82 Add `append_non_nulls` to `StructBuilder` (#9430)
add 5025e68259 Update strum_macros requirement from 0.27 to 0.28 (#9471)
add 6c4d2bb4a8 Update rand requirement from 0.9 to 0.10
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 (457c738628)
\
N -- N -- N refs/heads/dependabot/cargo/main/rand-0.10
(6c4d2bb4a8)
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-arith/src/numeric.rs | 5 +-
arrow-array/src/array/fixed_size_list_array.rs | 12 +++++
arrow-array/src/array/list_array.rs | 13 +++++
arrow-array/src/array/list_view_array.rs | 12 +++++
arrow-array/src/array/mod.rs | 15 ++++++
arrow-array/src/builder/generic_bytes_builder.rs | 32 ++++++++++++
arrow-array/src/builder/map_builder.rs | 63 ++++++++++++++++++++++--
arrow-array/src/builder/struct_builder.rs | 62 +++++++++++++++++++++++
arrow-array/src/types.rs | 21 +++-----
arrow-avro/Cargo.toml | 2 +-
arrow-cast/src/cast/mod.rs | 2 +-
arrow-cast/src/cast/string.rs | 4 +-
arrow/tests/arithmetic.rs | 2 +-
parquet-variant-compute/src/arrow_to_variant.rs | 53 +-------------------
parquet-variant-compute/src/shred_variant.rs | 4 +-
parquet-variant-compute/src/type_conversion.rs | 16 +++---
parquet-variant-compute/src/unshred_variant.rs | 4 +-
parquet-variant-compute/src/variant_get.rs | 48 +-----------------
parquet-variant/src/path.rs | 33 +++++++++++--
parquet-variant/src/utils.rs | 25 ++++++++--
20 files changed, 287 insertions(+), 141 deletions(-)