This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
from 4b15b7e40 Speedup take_bits (#2307)
add d87f6a456 Make FFI support optional, change APIs to be `safe` (#2302)
(#2303)
No new revisions were added by this update.
Summary of changes:
.github/workflows/arrow.yml | 10 +++----
arrow/Cargo.toml | 4 ++-
arrow/src/array/array.rs | 63 +------------------------------------------
arrow/src/array/ffi.rs | 40 +++++++++++++++++++++++++--
arrow/src/array/mod.rs | 4 ++-
arrow/src/buffer/immutable.rs | 25 -----------------
arrow/src/datatypes/mod.rs | 4 ++-
arrow/src/ffi.rs | 17 +++++++-----
arrow/src/lib.rs | 2 ++
9 files changed, 65 insertions(+), 104 deletions(-)