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 b441d65  ARROW-9206: [C++][Flight] Add latency benchmark
     add de6304f  ARROW-9192: [CI][Rust] Add support for running clippy

No new revisions were added by this update.

Summary of changes:
 .github/workflows/rust.yml                 |  5 +-
 ci/scripts/{rust_build.sh => rust_lint.sh} | 34 +++++------
 rust/arrow/src/array/builder.rs            |  4 +-
 rust/arrow/src/array/data.rs               |  4 ++
 rust/arrow/src/array/mod.rs                |  1 +
 rust/arrow/src/array/ord.rs                | 96 +++++++++++++++---------------
 rust/arrow/src/array/union.rs              | 43 +++++++------
 rust/arrow/src/bitmap.rs                   |  6 +-
 rust/arrow/src/compute/kernels/sort.rs     |  4 +-
 rust/arrow/src/csv/reader.rs               | 12 ++--
 rust/arrow/src/datatypes.rs                | 13 ++--
 rust/arrow/src/ipc/reader.rs               |  2 +
 rust/arrow/src/json/reader.rs              |  3 +-
 rust/arrow/src/memory.rs                   | 32 ++++++++++
 rust/arrow/src/util/bit_util.rs            |  8 +++
 rust/arrow/src/util/string_writer.rs       |  6 ++
 rust/parquet/src/arrow/record_reader.rs    |  2 +-
 17 files changed, 162 insertions(+), 113 deletions(-)
 copy ci/scripts/{rust_build.sh => rust_lint.sh} (60%)

Reply via email to