barking-code commented on PR #3357: URL: https://github.com/apache/iceberg-python/pull/3357#issuecomment-4494087906
Hi @kevinjqliu — I ran it against a kerberized HMS we have. Opened/closed the client 5 times on both branches and watched the HMS server log: - `main`: server-side `TTransportException at TIOStreamTransport.read line 132` on every reuse. - this PR: none. Client side worked in both cases (main recovers via the existing `except`), so the only observable difference is that the server log goes quiet. Thanks! -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
