CurtHagenlocher opened a new issue, #38348: URL: https://github.com/apache/arrow/issues/38348
### Describe the enhancement requested Arrow arrays of scalar type T implement the same semantic contract as IReadOnlyList<T?>. If they were to implement this contract then they could be used in existing code which expects arrays of that type. If they were also to implement ICollection<T?>, it would optimize their use with LINQ (pre-.NET 9), allowing for e.g. fast conversion to lists via the extension method ToList(). This change would to some extent supersede and/or resolve #23892, #35199 and #37359. ### Component(s) C# -- 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]
