alamb opened a new issue, #5509: URL: https://github.com/apache/arrow-rs/issues/5509
**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` to the display / pretty printing code so that such arrays can be properly formatted / displayed **Describe the solution you'd like** 1. Add `StringViewArray` and `ByteViewArray` support to [`ArrayFormatter`](https://docs.rs/arrow/latest/arrow/util/display/struct.ArrayFormatter.html) 2. Add tests, 3. Add tests / support for [`pretty_format_batches`](https://docs.rs/arrow/latest/arrow/util/pretty/fn.pretty_format_batches.html) **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]
