This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
from 2c524f16a Align buffers from Python (FFI) (#6472)
add a303fefe1 Implement UnionArray logical_nulls (#6303)
No new revisions were added by this update.
Summary of changes:
arrow-arith/src/boolean.rs | 60 +++
arrow-array/Cargo.toml | 4 +
arrow-array/benches/union_array.rs | 84 ++++
arrow-array/src/array/mod.rs | 5 +-
arrow-array/src/array/union_array.rs | 759 ++++++++++++++++++++++++++++++++++-
5 files changed, 893 insertions(+), 19 deletions(-)
create mode 100644 arrow-array/benches/union_array.rs