This is an automated email from the ASF dual-hosted git repository.
agrove pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 9bff7c4 ARROW-10054: [Python] don't crash when slice offset > length
add 1b70f65 ARROW-10148: [Rust] Improved rust/lib.rs that is shown in
docs.rs
No new revisions were added by this update.
Summary of changes:
rust/arrow/README.md | 73 +++----------------
rust/arrow/src/array/array.rs | 2 +-
rust/arrow/src/compute/kernels/substring.rs | 4 +-
rust/arrow/src/ipc/gen/Message.rs | 2 +-
rust/arrow/src/ipc/gen/Schema.rs | 9 +--
rust/arrow/src/ipc/gen/SparseTensor.rs | 10 +--
rust/arrow/src/lib.rs | 107 +++++++++++++++++++++++++++-
rust/arrow/src/memory.rs | 4 +-
8 files changed, 130 insertions(+), 81 deletions(-)