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