You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by pa...@apache.org on 2020/09/07 02:43:29 UTC

[arrow] branch master updated (9eeaf21 -> ce6a28b)

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

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


    from 9eeaf21  ARROW-9916: [RUST] Avoid cloning array data
     add ce6a28b  ARROW-9921: [Rust] Replace TryFrom by From in `StringArray` from `Vec<Option<&str>>` (+50%)

No new revisions were added by this update.

Summary of changes:
 rust/arrow/benches/array_from_vec.rs     |  22 +++++
 rust/arrow/src/array/array.rs            | 125 ++++++++++++---------------
 rust/arrow/src/array/builder.rs          |  17 ++--
 rust/arrow/src/array/equal.rs            | 122 +++++++-------------------
 rust/arrow/src/compute/kernels/concat.rs |  46 +++++-----
 rust/arrow/src/compute/kernels/length.rs |  18 +---
 rust/arrow/src/compute/kernels/sort.rs   | 142 +++++++++++++------------------
 rust/arrow/src/compute/kernels/take.rs   |   3 +-
 rust/arrow/src/util/integration_util.rs  |   6 +-
 9 files changed, 201 insertions(+), 300 deletions(-)