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/29 12:35:32 UTC

[arrow] branch master updated (981cab7 -> 33a4290)

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 981cab7  ARROW-10763: [Rust] Speed up take for primitive / boolean for non-null arrays
     add 33a4290  ARROW-10684: [Rust] Inherit struct nulls in child null equality

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/array/data.rs                |   6 +-
 rust/arrow/src/array/equal/dictionary.rs    |   4 +
 rust/arrow/src/array/equal/fixed_list.rs    |   4 +
 rust/arrow/src/array/equal/list.rs          |   4 +
 rust/arrow/src/array/equal/mod.rs           | 264 ++++++++++++++++++++++++++--
 rust/arrow/src/array/equal/structure.rs     |  66 ++++++-
 rust/arrow/src/array/equal/utils.rs         |  14 +-
 rust/arrow/src/array/equal/variable_size.rs |  25 ++-
 8 files changed, 354 insertions(+), 33 deletions(-)