-
Notifications
You must be signed in to change notification settings - Fork 1k
PHOENIX-7443 Add Spotless to the pre-commit checks #2119
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
base: master
Are you sure you want to change the base?
Conversation
(!) A patch to the testing environment has been detected. |
We get spotless error as expected here. (Since we have not run
Reference: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-2119/1/console |
We should make sure to merge the reformat and this one together. |
Maybe make PR with both in a commit chain ? |
Already done at #2120 |
Yes makes sense. But should not be a problem even if we do separately. Advantage being its cleaner and keeps manual and auto generated code change separate. I prefer keeping both separate and merging auto format first and then enforcing in build via this PR. |
I agree, separate commits, but we should make sure that nothing gets committed without spotless between the reformat and enabling spotless from CI. |
Right we must time to merge both one after another. |
No description provided.