This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from c70b86e ARROW-8651: [Python][Dataset] Support pickling of Dataset
objects
add 9283be7 ARROW-9327: [Rust] Fix all clippy errors for arrow crate
No new revisions were added by this update.
Summary of changes:
ci/scripts/rust_lint.sh | 19 +--
rust/arrow-flight/build.rs | 4 +-
rust/arrow/src/array/array.rs | 69 ++++----
rust/arrow/src/array/builder.rs | 85 +++++++++-
rust/arrow/src/compute/kernels/sort.rs | 6 +-
rust/arrow/src/ipc/convert.rs | 280 +++++++++++++++-----------------
rust/arrow/src/ipc/writer.rs | 8 +-
rust/arrow/src/util/integration_util.rs | 4 +-
8 files changed, 261 insertions(+), 214 deletions(-)