You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2020/11/13 13:30:40 UTC

[arrow] branch master updated (3051604 -> f02d3ee)

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

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


    from 3051604  ARROW-10484: [C++] Make Future<> more generic
     add f02d3ee  ARROW-10575: [Rust] Rename union.rs to be cosistent with other arrays

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/array/{union.rs => array_union.rs} | 306 +---------------------
 rust/arrow/src/array/builder.rs                   | 274 +++++++++++++++++++
 rust/arrow/src/array/mod.rs                       |   6 +-
 3 files changed, 290 insertions(+), 296 deletions(-)
 rename rust/arrow/src/array/{union.rs => array_union.rs} (75%)