scruz-denodo opened a new pull request, #43306: URL: https://github.com/apache/arrow/pull/43306
### Rationale for this change Changes for solving issue https://github.com/apache/arrow/issues/43305. See that issue for details of the problem. ### What changes are included in this PR? Do not close the `clientHandler` twice at `org.apache.arrow.driver.jdbc.ArrowFlightConnection#close`. Second call should be removed because it `clientHandler` is already closed and the executor is shutdown. ### Are these changes tested? Still TODO. PR marked as draft for this motive. ### Are there any user-facing changes? Users can start to receive a SQLException when calling `org.apache.arrow.driver.jdbc.ArrowFlightConnection#close`. -- 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]
