-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
GH-40819: [Java] Adding Spotless to Algorithm module #41825
Conversation
@laurentgo I made a new PR. Would you mind giving an early review? |
Thank you @laurentgo for the feedback. I will update. |
415cd41
to
875e16a
Compare
@github-actions crossbow submit -g java |
Revision: 6d43ea7 Submitted crossbow builds: ursacomputing/crossbow @ actions-700d797d93 |
6d43ea7
to
4ecc5f3
Compare
@github-actions crossbow submit -g java |
Revision: 451a350 Submitted crossbow builds: ursacomputing/crossbow @ actions-07022b7a25 |
@github-actions crossbow submit -g java |
Revision: 451a350 Submitted crossbow builds: ursacomputing/crossbow @ actions-101e5e213b |
451a350
to
0ab443b
Compare
1084b45
to
64dc87d
Compare
Co-authored-by: David Li <[email protected]>
Co-authored-by: David Li <[email protected]>
Co-authored-by: David Li <[email protected]>
Co-authored-by: David Li <[email protected]>
Co-authored-by: David Li <[email protected]>
ca8ac49
to
a70f7c5
Compare
@lidavidm I rebased the PR, conflicts resolved. |
After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit f086b76. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 58 possible false positives for unstable benchmarks that are known to sometimes produce them. |
Rationale for this change
Adding code style and formatting options for Algorithm module.
What changes are included in this PR?
Code formatting spotless plugin has been added.
Are these changes tested?
Yes, but doesn't involve test cases, the plugin itself corrects.
Are there any user-facing changes?
No