You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2020/09/21 14:01:40 UTC

[arrow] branch master updated (8cb15e6 -> bc987cd)

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

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


    from 8cb15e6  ARROW-10048: [Rust] Fixed error in computing min/max with null entries.
     add bc987cd  ARROW-9922: [Rust] Add StructArray::TryFrom (+40%)

No new revisions were added by this update.

Summary of changes:
 rust/arrow/benches/array_from_vec.rs |  53 ++++++++++
 rust/arrow/src/array/array.rs        | 181 ++++++++++++++++++++++++++++++++---
 rust/arrow/src/array/equal.rs        | 121 ++++++++---------------
 3 files changed, 258 insertions(+), 97 deletions(-)