This is an automated email from the ASF dual-hosted git repository.
Jefffrey pushed a change to branch dependabot/cargo/main/atoi-3.1.0
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
from 5fbed9c71a chore(deps): bump atoi from 2.0.0 to 3.1.0
add c3c5c14703 chore(deps): bump the prost group across 1 directory with 3
updates (#10182)
add afab753e84 chore(deps): bump the tonic group across 1 directory with 3
updates (#10183)
add 6d94cdbc10 chore(deps): bump rust-toolchain from 1.96.1 to 1.97.1
(#10535)
add 3c938dd8d5 chore: bump resolver to v3 (#10460)
add 8024dbb6c5 formalize the default map field names to match default
arrow spec (#10517)
add 3a27874d0c Remove old deprecated items (`ffi::export_array_into_raw`
and IPC `StreamReader::try_new_unbuffered`) (#10479)
add 29bc69ea57 Merge branch 'main' into dependabot/cargo/main/atoi-3.1.0
No new revisions were added by this update.
Summary of changes:
Cargo.lock | 32 ++---
Cargo.toml | 14 +--
arrow-array/src/array/map_array.rs | 94 +++++++++++----
arrow-array/src/array/mod.rs | 6 +-
arrow-array/src/builder/map_builder.rs | 46 +++++--
arrow-array/src/builder/union_builder.rs | 2 +-
arrow-array/src/ffi.rs | 58 ---------
arrow-avro/benches/avro_writer.rs | 14 ++-
arrow-avro/src/codec.rs | 6 +-
arrow-avro/src/reader/mod.rs | 68 ++++++-----
arrow-avro/src/reader/record.rs | 10 +-
arrow-avro/src/schema.rs | 42 +++++--
arrow-avro/src/writer/encoder.rs | 24 ++--
arrow-cast/src/cast/mod.rs | 65 ++++------
arrow-cast/src/pretty.rs | 2 +-
arrow-data/src/data.rs | 74 +++++++++---
arrow-flight/src/encode.rs | 38 ++++--
arrow-flight/src/lib.rs | 2 +-
arrow-flight/src/sql/client.rs | 2 +-
arrow-flight/src/sql/metadata/sql_info.rs | 6 +-
arrow-integration-testing/src/lib.rs | 12 +-
arrow-ipc/src/reader.rs | 21 +---
arrow-ipc/src/writer.rs | 49 ++++++--
arrow-json/benches/json_reader.rs | 6 +-
arrow-json/src/reader/mod.rs | 42 ++++---
arrow-json/src/reader/tape.rs | 2 +-
arrow-json/src/writer/mod.rs | 14 ++-
arrow-row/src/lib.rs | 152 +++++++++++++++++++-----
arrow-schema/src/datatype_display.rs | 12 +-
arrow-schema/src/datatype_parse.rs | 6 +-
arrow-schema/src/ffi.rs | 14 ++-
arrow-schema/src/field.rs | 12 ++
arrow-schema/src/fields.rs | 10 +-
arrow/src/array/mod.rs | 4 -
arrow/src/util/data_gen.rs | 6 +-
arrow/tests/array_transform.rs | 18 ++-
parquet-variant-compute/src/arrow_to_variant.rs | 6 +-
parquet-variant-compute/src/cast_to_variant.rs | 16 ++-
parquet-variant-compute/src/shred_variant.rs | 6 +-
parquet-variant-compute/src/variant_to_arrow.rs | 6 +-
parquet/src/arrow/array_reader/map_array.rs | 6 +-
parquet/src/arrow/arrow_writer/levels.rs | 10 +-
parquet/src/arrow/arrow_writer/mod.rs | 20 ++--
parquet/src/arrow/schema/mod.rs | 12 +-
parquet/src/bin/parquet-fromcsv.rs | 4 +-
parquet/src/bin/parquet-layout.rs | 2 +-
parquet/src/bin/parquet-schema.rs | 2 +-
rust-toolchain.toml | 2 +-
48 files changed, 665 insertions(+), 412 deletions(-)