-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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-40829: [Java] Adding Spotless to Memory modules #42056
GH-40829: [Java] Adding Spotless to Memory modules #42056
Conversation
Rationale for this change ========================= Applying Java code style and formatting options to Memory modules. - [x] memory-core - [x] memory-netty - [x] memory-netty-buffer-patch - [x] memory-unsafe What changes are included in this PR? ===================================== Java code formatting via spotless plugin has been enabled. Checkstyle configuration has been changed to remove the 120 line character limit as g-j-f does not wrap long strings Are these changes tested? ========================= Yes, but doesn't involve test cases, the plugin itself corrects. Are there any user-facing changes? ================================== No
|
@github-actions crossbow submit -g java |
Revision: e249dd0 Submitted crossbow builds: ursacomputing/crossbow @ actions-fb565b2f51 |
After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit ee62d97. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 3 possible false positives for unstable benchmarks that are known to sometimes produce them. |
Rationale for this change
Applying Java code style and formatting options to Memory modules.
What changes are included in this PR?
Java code formatting via spotless plugin has been enabled.
Checkstyle configuration has been changed to remove the 120 line character limit as g-j-f does not wrap long strings
Are these changes tested?
Yes, but doesn't involve test cases, the plugin itself corrects.
Are there any user-facing changes?
No