Aggarwal-Raghav opened a new pull request, #6216: URL: https://github.com/apache/hive/pull/6216
1. spotless plugin warning for argLine 2. Use correct surefire version variable in standalone-metastore/metastore-rest-catalog/pom.xml 3. Use annotationProcessor for Log4j2 ### What changes were proposed in this pull request? 1. Remove agrLine from spotless plugin 2. Remove surefire.version in order to make plugin use parent pom version (standalone-metastore/pom.xml) 3. As we are extending Plugins from log4j2, for instance, we need to have `Log4j2Plugins.dat` present ``` standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/testutils/CapturingLogAppender.java ql/src/test/org/apache/hadoop/hive/ql/metadata/StringAppender.java llap-server/src/java/org/apache/hadoop/hive/llap/log/LlapRandomAccessFileAppender.java ``` ### Why are the changes needed? To have maven build less warnings. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? On local setup -- 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]
