xinyiZzz commented on issue #1079: URL: https://github.com/apache/arrow-adbc/issues/1079#issuecomment-1725891125
cool! , indeed send the bearer token back to the server. I observed: When creating `adbc_driver_manager.AdbcConnection`, the bearer token returned by authentication will only be used once (used in the first RPC `getFlightInfoSqlInfo`). After that, the first statement request will generate a new bearer token again, and subsequent statement requests will send the bearer token back to the server. Is this expected? This has misled me before. -- 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]
