nastra commented on code in PR #12566:
URL: https://github.com/apache/iceberg/pull/12566#discussion_r2011562687
##########
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:
when is the auth session being closed then? I currently don't see any code
that would close the auth session anywhere or am I missing something?
--
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]