You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ne...@apache.org on 2020/05/15 16:34:29 UTC

[arrow] branch master updated (989c917 -> 2943f1c)

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

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


    from 989c917  ARROW-8734: [R] improve nightly build installation
     add 2943f1c  ARROW-3827: [Rust] Implement UnionArray Updated

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/array/array.rs   |    1 +
 rust/arrow/src/array/builder.rs |   23 +
 rust/arrow/src/array/equal.rs   |   28 +
 rust/arrow/src/array/mod.rs     |    3 +
 rust/arrow/src/array/union.rs   | 1174 +++++++++++++++++++++++++++++++++++++++
 rust/arrow/src/buffer.rs        |   17 +
 rust/arrow/src/datatypes.rs     |    3 +
 7 files changed, 1249 insertions(+)
 create mode 100644 rust/arrow/src/array/union.rs