rdblue commented on code in PR #6169:
URL: https://github.com/apache/iceberg/pull/6169#discussion_r1030906363
##########
core/src/main/java/org/apache/iceberg/rest/auth/OAuth2Util.java:
##########
@@ -381,5 +394,42 @@ public Pair<Integer, TimeUnit> refresh(RESTClient client) {
return null;
}
+
+ @SuppressWarnings("FutureReturnValueIgnored")
Review Comment:
What is the issue this is suppressing?
--
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]