deepujain commented on PR #8310: URL: https://github.com/apache/hadoop/pull/8310#issuecomment-4900975809
Removed the redundant same-package import in `TestCorruptMetadataFile`, which was the remaining new checkstyle warning called out on the current head.\n\nLocal validation:\n- `JAVA_HOME=/opt/homebrew/opt/openjdk@17/libexec/openjdk.jdk/Contents/Home ./mvnw -Dmaven.repo.local=/tmp/hadoop-m2 -pl hadoop-hdfs-project/hadoop-hdfs -am -Dtest=TestCorruptMetadataFile -DskipTests=false test`\n- direct Checkstyle on `TestCorruptMetadataFile` now drops the `RedundantImport` warning and only shows the existing baseline `JavadocPackage` warning for the package. -- 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]
