brancz opened a new issue, #9173: URL: https://github.com/apache/arrow-rs/issues/9173
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** In order to do aggregations on ListViews (https://github.com/apache/datafusion/issues/19782), we need to add row format support for it. **Describe the solution you'd like** Implement support for it. **Describe alternatives you've considered** Cast ListView to List, but that defeats the purpose of zero-copy. **Additional context** I already have the changes locally, I'm just opening for tracking purposes. -- 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]
