Kyperr opened a new issue, #4511:
URL: https://github.com/apache/arrow-adbc/issues/4511

   ### What feature or improvement would you like to see?
   
   Currently, the client implements closeSession(), but the connection doesn't 
call it. With some arrow-flight servers, this results in sessions being held 
open until they time out.
   
   Proposing something like 
`adbc.flight.sql.session.close_on_disconnect`(default off, since sessions may 
intentionally outlive a connection for reconnect/pooling). When enabled, 
close() sends CloseSession.


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