This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch active_release
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git.
from 6d222fa Doctests for BinaryArray and LargeBinaryArray. (#625) (#630)
add bf2e4f0 Fix clippy lints for Rust 1.54 (#631) (#634)
No new revisions were added by this update.
Summary of changes:
arrow/src/array/equal/mod.rs | 28 +++++++++++-----------
arrow/src/compute/kernels/arithmetic.rs | 12 +++++-----
arrow/src/compute/kernels/boolean.rs | 14 +++++------
arrow/src/compute/kernels/cast.rs | 4 ++--
arrow/src/compute/kernels/cast_utils.rs | 2 +-
arrow/src/compute/kernels/comparison.rs | 6 ++---
arrow/src/compute/kernels/take.rs | 6 ++---
arrow/src/datatypes/mod.rs | 8 +++----
arrow/src/ffi.rs | 4 ++--
.../flight_client_scenarios/integration_test.rs | 4 ++--
.../flight_server_scenarios/integration_test.rs | 2 +-
integration-testing/src/lib.rs | 6 ++---
parquet/benches/arrow_writer.rs | 2 +-
parquet/src/encodings/levels.rs | 6 ++---
parquet/src/file/serialized_reader.rs | 2 +-
parquet/src/record/reader.rs | 16 ++++++-------
parquet/src/record/triplet.rs | 1 +
parquet/src/schema/visitor.rs | 2 +-
18 files changed, 63 insertions(+), 62 deletions(-)