CurtHagenlocher opened a new pull request, #1761:
URL: https://github.com/apache/arrow-adbc/pull/1761

   Replaces the use of `List<T>` in most API signatures with `IReadOnlyList<T>` 
to allow many different types of collections (such as arrays) to be passed in.
   
   Replaces the use of `List<T>` in many implementations with `T[]` for 
performance and readability benefits.
   
   Closes #1757


-- 
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]

Reply via email to