lidavidm commented on issue #1194:
URL: https://github.com/apache/arrow-adbc/issues/1194#issuecomment-1759557209

   The JDBC driver is known to be wrong in the sense that it always reuses the 
same client for metadata and data requests, by assuming that the same server is 
used for both. The ADBC implementation properly creates a new client. However 
then it will reauthenticate and everything. It does cache the clients, though.
   
   Perhaps what we should do is:
   - Make sure that this cache is effective
   - Optimistically copy over cookies (and auth tokens?) from the existing 
connection for new connections


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to