a10y opened a new pull request, #8645: URL: https://github.com/apache/arrow-rs/pull/8645
# Which issue does this PR close? Vortex was encountering some issues after we switched our preferred List type to `ListView`, the first thing we noticed was that `arrow_select::filter_array` would fail on ListView (and LargeListView, though we don't use that). This PR addresses some missing select kernel implementations for ListView and LargeListView. # Are these changes tested? - [ ] filter_array - [ ] concat # Are there any user-facing changes? ListView/LargeListView can now be used with the `concat` and `filter_array` kernels -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
