xinyiZzz opened a new issue, #2821: URL: https://github.com/apache/arrow-adbc/issues/2821
### What would you like help with? I need to notify Arrow Flight Server when `AdbcConnection.close()`, and it seems that the session management mentioned in this pr(https://github.com/apache/arrow/pull/34817) can meet my requirements. I override the implementation of `FlightSqlProducer::closeSession()`, but currently `FlightSqlConnection` does not provide a separate interface for external calls to `FlightSqlClient::closeSession()`, nor will it automatically call `closeSession` when `FlightSqlConnection::close()`. In other words, is there any other way to notify Arrow Flight Server when `AdbcConnection::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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org