You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2020/11/17 05:54:14 UTC

[arrow] branch master updated (e5fce7f -> f725585)

This is an automated email from the ASF dual-hosted git repository.

jorgecarleitao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from e5fce7f  ARROW-10609: [Rust] Optimize min/max of non null strings
     add f725585  ARROW-10628: [Rust] flag clippy warnings as errors

No new revisions were added by this update.

Summary of changes:
 ci/scripts/rust_lint.sh                     |  6 +-
 rust/arrow/benches/array_from_vec.rs        |  8 +--
 rust/arrow/benches/csv_writer.rs            |  1 +
 rust/arrow/benches/take_kernels.rs          |  2 +-
 rust/arrow/src/array/iterator.rs            |  2 +-
 rust/arrow/src/buffer.rs                    |  2 +-
 rust/arrow/src/compute/kernels/substring.rs | 20 +++---
 rust/arrow/src/util/bit_chunk_iterator.rs   |  2 +-
 rust/datafusion/examples/simple_udaf.rs     |  2 +-
 rust/datafusion/src/bin/repl.rs             |  2 +-
 rust/datafusion/tests/dataframe.rs          |  4 +-
 rust/datafusion/tests/sql.rs                |  4 +-
 rust/datafusion/tests/user_defined_plan.rs  |  4 +-
 rust/parquet/src/arrow/arrow_writer.rs      | 98 ++++++++++++++---------------
 rust/parquet/src/bin/parquet-rowcount.rs    |  3 +-
 rust/parquet/src/util/cursor.rs             |  5 ++
 rust/parquet_derive/src/parquet_field.rs    |  2 +
 17 files changed, 87 insertions(+), 80 deletions(-)