alamb opened a new issue, #4179: URL: https://github.com/apache/arrow-datafusion/issues/4179
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Arrow now has a row format https://docs.rs/arrow/26.0.0/arrow/row/index.html that is both well documented and likely to get additional functionality (as it will be used for sorting, etc) It would be good to use that in DataFusion to benefit from upstream efforts **Describe the solution you'd like** It would be great to use the Arrow row format instead of `Compact` layout: https://github.com/apache/arrow-datafusion/blob/f2f846512ab032845de5dcee768a8a69ddf17eac/datafusion/row/src/layout.rs#L68 **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** As part of https://github.com/apache/arrow-datafusion/issues/3941 I believe @crepererum is working on this feature cc @yjshen -- 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]
