alamb opened a new issue, #5506: URL: https://github.com/apache/arrow-rs/issues/5506
**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 reading/writing such arrays using the IPC format (so for example, they can be sent over arrow-flight) **Describe the solution you'd like** 1. Add support for `StringViewArray` and `BinaryViewArray` to the IPC [`StreamReader`](https://docs.rs/arrow-ipc/50.0.0/arrow_ipc/reader/struct.StreamReader.html) and [`StreamWriter`](https://docs.rs/arrow-ipc/50.0.0/arrow_ipc/writer/struct.StreamWriter.html) 2. Add tests (e.g. round trip reading arrays to/from IPC streams) 3. (ideally) add integration tests with other arrow systems (e.g. https://github.com/apache/arrow-rs/blob/8345991ad662d63feed35356171842c27fb36783/arrow-integration-testing/tests/ipc_reader.rs#L25 and ipc_writer.rs) **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]
