Dandandan opened a new issue #636: URL: https://github.com/apache/arrow-rs/issues/636
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Some optimization possible in the kernel seems to avoid materializing (start, end) and pre-building the filter when there is only a single input array. **Describe the solution you'd like** Don't pre-build the filter but use the normal `filter` for a single array instead **Describe alternatives you've considered** **Additional context** Same as https://github.com/jorgecarleitao/arrow2/pull/235 -- 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]
