This is an automated email from the ASF dual-hosted git repository.

alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


    from e799557521 Migrate `arrow-select` to Rust 2024 (#8490)
     add e5e4db9820 Migrate `arrow-array` to Rust 2024 (#8450)

No new revisions were added by this update.

Summary of changes:
 arrow-array/Cargo.toml                             |  2 +-
 arrow-array/benches/fixed_size_list_array.rs       |  2 +-
 arrow-array/benches/occupancy.rs                   |  2 +-
 arrow-array/benches/union_array.rs                 |  2 +-
 arrow-array/src/arithmetic.rs                      |  6 +-
 arrow-array/src/array/binary_array.rs              |  2 +-
 arrow-array/src/array/boolean_array.rs             | 10 ++--
 arrow-array/src/array/byte_array.rs                | 39 ++++++++-----
 arrow-array/src/array/byte_view_array.rs           | 33 ++++++-----
 arrow-array/src/array/dictionary_array.rs          | 10 ++--
 arrow-array/src/array/fixed_size_binary_array.rs   | 19 ++++---
 arrow-array/src/array/fixed_size_list_array.rs     | 27 ++++++---
 arrow-array/src/array/list_array.rs                | 10 ++--
 arrow-array/src/array/list_view_array.rs           | 17 +++---
 arrow-array/src/array/map_array.rs                 |  6 +-
 arrow-array/src/array/mod.rs                       |  4 +-
 arrow-array/src/array/null_array.rs                |  2 +-
 arrow-array/src/array/primitive_array.rs           | 38 +++++++------
 arrow-array/src/array/run_array.rs                 | 10 ++--
 arrow-array/src/array/string_array.rs              |  4 +-
 arrow-array/src/array/struct_array.rs              |  7 ++-
 arrow-array/src/array/union_array.rs               |  8 +--
 arrow-array/src/builder/buffer_builder.rs          |  2 +-
 .../fixed_size_binary_dictionary_builder.rs        | 12 +++-
 arrow-array/src/builder/fixed_size_list_builder.rs |  8 ++-
 .../src/builder/generic_byte_run_builder.rs        |  6 +-
 arrow-array/src/builder/generic_bytes_builder.rs   |  2 +-
 .../builder/generic_bytes_dictionary_builder.rs    |  2 +-
 .../src/builder/generic_bytes_view_builder.rs      | 25 ++++----
 arrow-array/src/builder/generic_list_builder.rs    |  4 +-
 .../src/builder/generic_list_view_builder.rs       |  2 +-
 arrow-array/src/builder/map_builder.rs             |  2 +-
 arrow-array/src/builder/mod.rs                     |  2 +-
 .../src/builder/primitive_dictionary_builder.rs    |  8 +--
 arrow-array/src/builder/primitive_run_builder.rs   |  2 +-
 arrow-array/src/builder/struct_builder.rs          | 14 +++--
 arrow-array/src/builder/union_builder.rs           |  4 +-
 arrow-array/src/ffi.rs                             | 66 ++++++++++++----------
 arrow-array/src/ffi_stream.rs                      | 10 ++--
 arrow-array/src/record_batch.rs                    | 24 +++++---
 arrow-array/src/run_iterator.rs                    |  6 +-
 arrow-array/src/temporal_conversions.rs            |  8 +--
 arrow-array/src/trusted_len.rs                     | 14 ++---
 arrow-array/src/types.rs                           | 20 +++----
 44 files changed, 287 insertions(+), 216 deletions(-)

Reply via email to