This is an automated email from the ASF dual-hosted git repository.
nevime pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from ae87509 ARROW-12038: [Rust][DataFusion] Upgrade hashbrown to 0.11
add eebf64b ARROW-11511: [Rust] Replace `Arc<ArrayData>` by `ArrayData`
in all arrays
No new revisions were added by this update.
Summary of changes:
rust/arrow/examples/dynamic_types.rs | 2 +-
rust/arrow/src/array/array.rs | 82 +++----
rust/arrow/src/array/array_binary.rs | 45 ++--
rust/arrow/src/array/array_boolean.rs | 16 +-
rust/arrow/src/array/array_dictionary.rs | 28 +--
rust/arrow/src/array/array_list.rs | 48 ++--
rust/arrow/src/array/array_primitive.rs | 34 +--
rust/arrow/src/array/array_string.rs | 24 +-
rust/arrow/src/array/array_struct.rs | 34 ++-
rust/arrow/src/array/array_union.rs | 28 +--
rust/arrow/src/array/builder.rs | 10 +-
rust/arrow/src/array/data.rs | 36 ++-
rust/arrow/src/array/equal/dictionary.rs | 4 +-
rust/arrow/src/array/equal/fixed_list.rs | 4 +-
rust/arrow/src/array/equal/list.rs | 4 +-
rust/arrow/src/array/equal/mod.rs | 255 +++++++++++----------
rust/arrow/src/array/ffi.rs | 15 +-
rust/arrow/src/array/null.rs | 19 +-
rust/arrow/src/array/ord.rs | 4 +-
rust/arrow/src/array/transform/mod.rs | 116 +++++-----
rust/arrow/src/compute/kernels/arithmetic.rs | 21 +-
rust/arrow/src/compute/kernels/arity.rs | 2 +-
rust/arrow/src/compute/kernels/boolean.rs | 13 +-
rust/arrow/src/compute/kernels/cast.rs | 47 ++--
rust/arrow/src/compute/kernels/comparison.rs | 24 +-
rust/arrow/src/compute/kernels/concat.rs | 9 +-
rust/arrow/src/compute/kernels/filter.rs | 6 +-
rust/arrow/src/compute/kernels/length.rs | 3 +-
rust/arrow/src/compute/kernels/limit.rs | 4 +-
rust/arrow/src/compute/kernels/sort.rs | 13 +-
rust/arrow/src/compute/kernels/substring.rs | 3 +-
rust/arrow/src/compute/kernels/take.rs | 57 +++--
rust/arrow/src/compute/kernels/window.rs | 3 +-
rust/arrow/src/compute/kernels/zip.rs | 3 +-
rust/arrow/src/compute/util.rs | 12 +-
rust/arrow/src/ffi.rs | 21 +-
rust/arrow/src/ipc/reader.rs | 12 +-
rust/arrow/src/ipc/writer.rs | 6 +-
rust/arrow/src/json/reader.rs | 26 ++-
rust/arrow/src/json/writer.rs | 6 +-
rust/arrow/src/record_batch.rs | 6 +-
rust/arrow/src/util/integration_util.rs | 10 +-
.../src/physical_plan/math_expressions.rs | 4 +-
rust/integration-testing/src/lib.rs | 10 +-
rust/parquet/src/arrow/array_reader.rs | 16 +-
rust/parquet/src/arrow/arrow_writer.rs | 81 +++++--
rust/parquet/src/arrow/levels.rs | 4 +-
47 files changed, 614 insertions(+), 616 deletions(-)