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 bfccb5f filter kernel should work with UnionArray (#1412)
add 4027166 `filter` kernel should work with FixedSizeListArrays (#1434)
No new revisions were added by this update.
Summary of changes:
arrow/src/array/data.rs | 2 +-
.../transform/{structure.rs => fixed_size_list.rs} | 29 ++++---
arrow/src/array/transform/mod.rs | 27 +++---
arrow/src/compute/kernels/filter.rs | 98 ++++++++++++++++++++++
4 files changed, 128 insertions(+), 28 deletions(-)
copy arrow/src/array/transform/{structure.rs => fixed_size_list.rs} (72%)