-
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
[Java] Adding Spotless to Memory module #40829
Labels
Milestone
Comments
laurentgo
added a commit
to laurentgo/arrow
that referenced
this issue
Jun 10, 2024
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
4 tasks
laurentgo
added a commit
to laurentgo/arrow
that referenced
this issue
Jun 10, 2024
Rationale for this change ========================= Applying Java code style and formatting options to Tools module. What changes are included in this PR? ===================================== Java code formatting via spotless plugin has been enabled. Are these changes tested? ========================= Yes, but doesn't involve test cases, the plugin itself corrects. Are there any user-facing changes? ================================== No
lidavidm
pushed a commit
that referenced
this issue
Jun 11, 2024
### 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 Issue: #40829 Authored-by: Laurent Goujon <[email protected]> Signed-off-by: David Li <[email protected]>
Issue resolved by pull request 42056 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the enhancement requested
The main issue discussing the inclusion of Spotless plugin is discussed here.
Component(s)
Java
The text was updated successfully, but these errors were encountered: