nastra commented on code in PR #15160:
URL: https://github.com/apache/iceberg/pull/15160#discussion_r2735361191
##########
aliyun/src/main/java/org/apache/iceberg/aliyun/oss/OSSInputStream.java:
##########
@@ -157,7 +157,7 @@ private void closeStream() throws IOException {
}
}
- @SuppressWarnings({"checkstyle:NoFinalizer", "Finalize"})
+ @SuppressWarnings({"checkstyle:NoFinalizer", "Finalize", "deprecation"})
Review Comment:
all usage of deprecated code now needs an explicit suppression with the
newer version of the plugin
--
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]