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

   I think there is a connection leak in the constructor for 
`JdbcDataSourceDatabase` where we're obtaining a connection in the constructor 
but we're obtaining another one in the `connect` method using the appropriate 
username/password. We can remove this and also test the 


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