laurentgo opened a new pull request #11063: URL: https://github.com/apache/arrow/pull/11063
There are several occurences in Arrow Java codebase where temporary collections are being created and immediately discarded like when going over a sequence of elements, or when making a copy of a collection provided as an argument to a constructor. This change adds a couple of methods to Collections2 and AutoCloseables, along with some changes to the codebase to remove those extra copies. -- 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]
