adutra commented on code in PR #12563:
URL: https://github.com/apache/iceberg/pull/12563#discussion_r2177343322
##########
core/src/main/java/org/apache/iceberg/rest/auth/OAuth2Manager.java:
##########
@@ -62,6 +64,7 @@ public class OAuth2Manager extends RefreshingAuthManager {
private long startTimeMillis;
private OAuthTokenResponse authResponse;
private AuthSessionCache sessionCache;
+ private ScheduledExecutorService refreshExecutor;
Review Comment:
Well, for me there wasn't any risk of breaking change here – but OK. Let me
change this.
--
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]