This is an automated email from the ASF dual-hosted git repository.
agrove pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 5ec4ef0 ARROW-9387: [R] Use new C++ table select method
add f977855 ARROW-9979: [Rust] Fix arrow crate clippy lints
No new revisions were added by this update.
Summary of changes:
rust/arrow/benches/buffer_bit_ops.rs | 2 +-
rust/arrow/benches/cast_kernels.rs | 4 +-
rust/arrow/benches/csv_writer.rs | 2 +-
rust/arrow/benches/length_kernel.rs | 2 +-
rust/arrow/benches/take_kernels.rs | 4 +-
rust/arrow/examples/builders.rs | 6 +--
rust/arrow/examples/read_csv.rs | 2 +-
rust/arrow/examples/read_csv_infer_schema.rs | 2 +-
rust/arrow/src/array/array.rs | 24 +++++-----
rust/arrow/src/array/builder.rs | 22 +++------
rust/arrow/src/array/union.rs | 20 ++++-----
rust/arrow/src/buffer.rs | 51 ++++++++-------------
rust/arrow/src/compute/kernels/aggregate.rs | 2 +-
rust/arrow/src/compute/kernels/arithmetic.rs | 6 +--
rust/arrow/src/compute/kernels/cast.rs | 52 +++++++++++-----------
rust/arrow/src/compute/kernels/concat.rs | 10 ++---
rust/arrow/src/compute/kernels/filter.rs | 8 ++--
rust/arrow/src/compute/kernels/limit.rs | 6 +--
rust/arrow/src/compute/kernels/take.rs | 8 ++--
rust/arrow/src/compute/util.rs | 6 +--
rust/arrow/src/csv/reader.rs | 10 ++---
rust/arrow/src/datatypes.rs | 13 +++---
rust/arrow/src/ipc/convert.rs | 2 +-
rust/arrow/src/ipc/gen/mod.rs | 5 +++
rust/arrow/src/ipc/mod.rs | 5 +++
rust/arrow/src/ipc/reader.rs | 2 +-
rust/arrow/src/ipc/writer.rs | 2 +-
rust/arrow/src/json/reader.rs | 16 +++----
rust/arrow/src/lib.rs | 6 +--
rust/arrow/src/tensor.rs | 12 ++---
rust/arrow/src/util/pretty.rs | 4 +-
rust/datafusion/src/test/mod.rs | 8 ++--
.../src/bin/arrow-json-integration-test.rs | 2 +-
33 files changed, 154 insertions(+), 172 deletions(-)