-
Notifications
You must be signed in to change notification settings - Fork 288
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
[AMORO-3143] Supports executing the spotless apply command on a single module #3198
base: master
Are you sure you want to change the base?
[AMORO-3143] Supports executing the spotless apply command on a single module #3198
Conversation
@engraving-knife Thanks for your contribution. IMO, maybe use
FYI, In Maven 4.0, more options are provided. https://issues.apache.org/jira/browse/MNG-7038 |
@zhongqishang Thanks for your suggestion. I tried the In addition, the official provides new properties to get the root directory of multi-module projects, but I think we should not use the properties of unreleased maven versions. |
Sorry for the missing information, also need to configure the Reference in kyuubi : https://github.com/apache/kyuubi/blob/master/pom.xml#L1670 |
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.
If we have appropriate doc describing the best practices. by the way, can this feature generate a binary installation package for a specific table's schema variation?
This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the [email protected] list. Thank you for your contributions. |
Why are the changes needed?
Close #3143.
Brief change log
How was this patch tested?
Add some test cases that check the changes thoroughly including negative and positive cases if possible
Add screenshots for manual tests if appropriate
Run test locally before making a pull request
Documentation