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/09/24 09:11:20 UTC

[arrow] branch master updated (f7f5baa -> 3a32019)

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 f7f5baa  ARROW-10077: [C++] Fix possible integer multiplication overflow
     add 3a32019  ARROW-9934 [Rust] Shape and stride check in tensor

No new revisions were added by this update.

Summary of changes:
 rust/arrow/examples/tensor_builder.rs |  67 ++++++++
 rust/arrow/src/tensor.rs              | 307 +++++++++++++++++++++++-----------
 2 files changed, 278 insertions(+), 96 deletions(-)
 create mode 100644 rust/arrow/examples/tensor_builder.rs