You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/07/07 01:45:04 UTC

[GitHub] [iceberg] southernriver commented on a change in pull request #2785: Fix the problem that the metastore-client is not closed

southernriver commented on a change in pull request #2785:
URL: https://github.com/apache/iceberg/pull/2785#discussion_r664980323



##########
File path: baseline.gradle
##########
@@ -79,6 +79,7 @@ subprojects {
           '-Xep:StrictUnusedVariable:OFF',
           '-Xep:TypeParameterShadowing:OFF',
           '-Xep:TypeParameterUnusedInFormals:OFF',
+          '-Xep:ShutdownHook:OFF',

Review comment:
       It just avoid building failure for gradle.
   As  https://github.com/palantir/gradle-baseline mentioned:
   `ShutdownHook: Applications should not use Runtime#addShutdownHook.
   `
   and we can add this properties to skip 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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org