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 f0646f8 Rewrite doc example of ListArray and LargeListArray (#1447)
add bfccb5f filter kernel should work with UnionArray (#1412)
No new revisions were added by this update.
Summary of changes:
arrow/src/array/data.rs | 19 ++++-
arrow/src/array/transform/mod.rs | 20 ++++-
arrow/src/array/transform/union.rs | 161 ++++++++++++++++++++++++++++++++++++
arrow/src/compute/kernels/filter.rs | 139 +++++++++++++++++++++++++++++++
4 files changed, 334 insertions(+), 5 deletions(-)
create mode 100644 arrow/src/array/transform/union.rs