RussellSpitzer commented on a change in pull request #2785:
URL: https://github.com/apache/iceberg/pull/2785#discussion_r664638358
##########
File path: baseline.gradle
##########
@@ -79,6 +79,7 @@ subprojects {
'-Xep:StrictUnusedVariable:OFF',
'-Xep:TypeParameterShadowing:OFF',
'-Xep:TypeParameterUnusedInFormals:OFF',
+ '-Xep:ShutdownHook:OFF',
Review comment:
Does this disable JVM Shutdown Hooks? I am a little confused that we are
disabling this when we add a shutdown hook?
--
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]