alamb opened a new issue, #5511: URL: https://github.com/apache/arrow-rs/issues/5511
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** This is part of the larger project to implement `StringViewArray` -- see https://github.com/apache/arrow-rs/issues/5374 In https://github.com/apache/arrow-rs/pull/5481 we added support for `StringViewArray` and `ByteViewArray`. This ticket tracks supporting `StringViewArray` and `ByteViewArray` in the `take` kernel: https://docs.rs/arrow/latest/arrow/compute/kernels/take/index.html **Describe the solution you'd like** 1. Support `StringViewArray` and `ByteViewArray` the `take` kernel 2. Add tests Notes: 1. you should be able to follow the model of `DictionaryArray` as the idea is similar 2. Filtering should *not* copy any strings, it should just manipulate the fixed size views **Describe alternatives you've considered** <!-- A clear and concise description of any alternative solutions or features you've considered. --> **Additional context** <!-- Add any other context or screenshots about the feature request here. --> -- 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]
