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 2019/12/09 17:11:05 UTC

[arrow] branch master updated (7126fdb -> b1600c1)

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 7126fdb  ARROW-7357: [Go] migrate to x/xerrors
     add b1600c1  ARROW-5366: [Rust] Duration and Interval Arrays

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/array/array.rs           | 105 ++++++++++++++++++++++++++
 rust/arrow/src/array/builder.rs         |  18 +++++
 rust/arrow/src/array/mod.rs             |  19 ++++-
 rust/arrow/src/compute/kernels/cast.rs  |   1 +
 rust/arrow/src/compute/kernels/take.rs  |  67 ++++++++++++++++-
 rust/arrow/src/datatypes.rs             | 126 ++++++++++++++++++++++++++++++--
 rust/arrow/src/ipc/convert.rs           |  57 ++++++++++++++-
 rust/arrow/src/ipc/file/reader.rs       |  23 +++++-
 rust/arrow/src/util/integration_util.rs |  42 ++++++++++-
 9 files changed, 443 insertions(+), 15 deletions(-)