nastra commented on PR #10938:
URL: https://github.com/apache/iceberg/pull/10938#issuecomment-2290909832

   @nk1506 can you please apply the same to 
   ```
   > Task :iceberg-azure:compileJava
   
/Users/eduard.tudenhoefner/Development/workspace/iceberg/azure/src/main/java/org/apache/iceberg/azure/adlsv2/ADLSOutputStream.java:115:
 warning: [Finalize] Do not override finalize
     protected void finalize() throws Throwable {
                    ^
       (see https://errorprone.info/bugpattern/Finalize)
   
/Users/eduard.tudenhoefner/Development/workspace/iceberg/azure/src/main/java/org/apache/iceberg/azure/adlsv2/ADLSInputStream.java:195:
 warning: [Finalize] Do not override finalize
     protected void finalize() throws Throwable {
                    ^
       (see https://errorprone.info/bugpattern/Finalize)
   
   > Task :iceberg-aliyun:compileJava
   
/Users/eduard.tudenhoefner/Development/workspace/iceberg/aliyun/src/main/java/org/apache/iceberg/aliyun/oss/OSSInputStream.java:162:
 warning: [Finalize] Do not override finalize
     protected void finalize() throws Throwable {
                    ^
       (see https://errorprone.info/bugpattern/Finalize)
   
/Users/eduard.tudenhoefner/Development/workspace/iceberg/aliyun/src/main/java/org/apache/iceberg/aliyun/oss/OSSOutputStream.java:170:
 warning: [Finalize] Do not override finalize
     protected void finalize() throws Throwable {
                    ^
       (see https://errorprone.info/bugpattern/Finalize)
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   2 warnings
   
   > Task :iceberg-mr:compileJava
   
/Users/eduard.tudenhoefner/Development/workspace/iceberg/mr/src/main/java/org/apache/iceberg/mr/hive/HiveIcebergOutputCommitter.java:514:
 warning: [DangerousJavaDeserialization] Disallow usage of Java's serialization 
features for security reasons, cf. 
https://cwe.mitre.org/data/definitions/502.html
         return (DataFile[]) ois.readObject();
                                           ^
   ```


-- 
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

Reply via email to