adutra commented on code in PR #12566: URL: https://github.com/apache/iceberg/pull/12566#discussion_r2011601694
########## core/src/main/java/org/apache/iceberg/rest/HTTPClient.java: ########## @@ -319,11 +322,9 @@ protected <T extends RESTResponse> T execute( @Override public void close() throws IOException { - try { - if (authSession != null) { Review Comment: The auth session being provided externally, it's the caller's responsibility to close it now. -- 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...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org