tustvold opened a new issue, #1661: URL: https://github.com/apache/arrow-rs/issues/1661
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** The ComplexObjectArrayReader logic has mostly been replaced by the likes of #1040 #1082 #1180, and is now only used for * Tests * Int96, Decimal, Interval, FixedLenByteArray **Describe the solution you'd like** It would be nice to move this logic into one or two dedicated ArrayReader implementations, this will not only significantly improve performance for these types, but also allow removing code. **Describe alternatives you've considered** We could not do this **Additional context** The module is marked experimental and so this would not constitute a breaking change -- 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]
