mapleFU opened a new issue, #10045: URL: https://github.com/apache/arrow-rs/issues/10045
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Arrow list type is highly optimized in concat/interleave, map has similiar structure like `List<struct<key, value>>`, however, it goest to the fallback implement. **Describe the solution you'd like** Implement the map concat logic and reuse code of list **Describe alternatives you've considered** Implement map logic itself. **Additional context** No -- 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]
