Uh oh!
There was an error while loading. Please reload this page.
GH-40819: [Java] Adding Spotless to Algorithm module - #41825
Conversation
vibhatha
commented
May 25, 2024
@laurentgo I made a new PR. Would you mind giving an early review? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
vibhatha
commented
May 28, 2024
Thank you @laurentgo for the feedback. I will update. |
415cd41 to
875e16aComparevibhatha
commented
May 29, 2024
@github-actions crossbow submit -g java |
Revision: 6d43ea7b02b8005eec480c072ec0ab10c4583839 Submitted crossbow builds: ursacomputing/crossbow @ actions-700d797d93 |
6d43ea7 to
4ecc5f3Comparevibhatha
commented
May 29, 2024
@github-actions crossbow submit -g java |
Revision: 451a350d83ab733d65ac806372c83246470760b8 Submitted crossbow builds: ursacomputing/crossbow @ actions-07022b7a25 |
vibhatha
commented
May 30, 2024
@github-actions crossbow submit -g java |
Revision: 451a350d83ab733d65ac806372c83246470760b8 Submitted crossbow builds: ursacomputing/crossbow @ actions-101e5e213b |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
451a350 to
0ab443bCompare1084b45 to
64dc87dCompareCo-authored-by: David Li <li.davidm96@gmail.com>
Co-authored-by: David Li <li.davidm96@gmail.com>
Co-authored-by: David Li <li.davidm96@gmail.com>
Co-authored-by: David Li <li.davidm96@gmail.com>
ca8ac49 to
a70f7c5Comparevibhatha
commented
Jun 7, 2024
@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 * GitHub Issue: apache#40819 Lead-authored-by: Vibhatha Abeykoon <vibhatha@gmail.com> Co-authored-by: Vibhatha Lakmal Abeykoon <vibhatha@users.noreply.github.com> Co-authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>
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