jduo opened a new pull request, #38521: URL: https://github.com/apache/arrow/pull/38521
### Rationale for this change The Flight SQL JDBC Driver currently doesn't fetch at multiple endpoints correctly when the data is not at the same location as the original connection. ### What changes are included in this PR? - Create new clients to connect to new locations in endpoints. - If no location is reported using the current connection. - Change connecting to each endpoint to happen asynchronously instead of iteratively. - Change stream clean-up to be done as soon as a stream is finished instead of at the end of the result set. ### Are these changes tested? To be completed. ### Are there any user-facing changes? 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]
