-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HBASE-27020 Fix spotless warn for master branch #4417
Conversation
💔 -1 overall
This message was automatically generated. |
After |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 ltgm
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
Thanks @shahrs87 for your review. |
Hi @Apache9 @apurtell So I repaired them by running "mvn spotless:apply". Then I executed "mvn spotless:check" locally, and the build succeeded. But there are some checkstyle errors https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4417/1/artifact/yetus-general-check/output/diff-checkstyle-hbase-server.txt. Then I fix the checkstyle errors. The spotless warn came again. There seems to be some conflict between the default spotless format and hbase checkstyle in indentation checking. I don't know if there have been similar cases before. |
Please just run spotless:apply to fix the spotless errors? Will check the checkstyle configurations later to align them. Thanks. |
Thanks @Apache9 for your review and suggestion. I ran |
💔 -1 overall
This message was automatically generated. |
so, it's very strange to me as well in #4414. I'm looking for the right instructions to run |
Thanks @Apache9 . |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
JIRA: HBASE-27020.
Fix spotless warn for master branch. We can see the spotless warn at https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4416/1/artifact/yetus-general-check/output/branch-spotless.txt. There are some compile tasks that fail because of this.