zabetak opened a new pull request, #6066: URL: https://github.com/apache/hive/pull/6066
### What changes were proposed in this pull request and why? 1. Upgrade to a recent version to address build failures due to bugs in Checkstyle implementation and benefit from recent improvements. 2. Update config files (checkstyle.xml) to address breaking changes in recent versions. 3. Set standalone.metastore.path.to.root property hive-standalone-metastore-client module to be able to find checkstyle config. 4. Replace iceberg.checkstyle.plugin.version with maven.checkstyle.plugin.version aligning plugin version in all modules. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Checks are applied without build errors. ``` mvn checkstyle:checkstyle -Pitests ``` Result files are generated in the expected dir under target. ``` find . -name "checkstyle*resul*" ``` Spot-check the content for some `checkstyle-result.xml` files and it shows that checks are applied. -- 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]
