Uh oh!
There was an error while loading. Please reload this page.
GH-39649: [Java][CI] Fix or suppress spurious errorprone warnings stage 2 - #39777
Conversation
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename the pull request title in the following format? or In the case of PARQUET issues on JIRA the title also supports: See also: |
vibhatha
commented
Jan 24, 2024
@github-actions crossbow submit java |
|
vibhatha
commented
Jan 24, 2024
@github-actions crossbow submit java |
Revision: 21153cc7391006228af04be72c3aee358b01009c Submitted crossbow builds: ursacomputing/crossbow @ actions-724e7dd2a9 |
vibhatha
commented
Feb 1, 2024
@github-actions crossbow submit java |
Revision: c61b12247c877c77508ed13fa9a6007585893421 Submitted crossbow builds: ursacomputing/crossbow @ actions-c8f1f841cb |
vibhatha
commented
Feb 1, 2024
@github-actions crossbow submit java |
|
vibhatha
commented
Feb 1, 2024
@github-actions crossbow submit java |
Revision: 0a7184b29f085e92deba080fd6505695aeaf5a17 Submitted crossbow builds: ursacomputing/crossbow @ actions-94794e1635 |
vibhatha
commented
Feb 1, 2024
@github-actions crossbow submit java |
Revision: 04940bac7e13d9c49f6ba643fe49ef75324c8b30 Submitted crossbow builds: ursacomputing/crossbow @ actions-8eff7f2c06 |
vibhatha
commented
Feb 2, 2024
@github-actions crossbow submit java |
vibhatha
commented
Feb 2, 2024
converting back to draft as the crossbow failure seems to be consistent 🙁 |
Revision: 04940bac7e13d9c49f6ba643fe49ef75324c8b30 Submitted crossbow builds: ursacomputing/crossbow @ actions-b131234f41 |
pitrou
commented
Mar 4, 2024
What is the status on this? Do you plan to push this PR to completion @vibhatha ? Also cc @danepitkin |
danepitkin
commented
Mar 4, 2024
@github-actions crossbow submit -g java |
Revision: 3627b21cc3315dcac6e726dc10555e60ff819fad Submitted crossbow builds: ursacomputing/crossbow @ actions-cb8acf8c4e |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: David Li <li.davidm96@gmail.com>
lidavidm
commented
Jun 4, 2024
@github-actions crossbow submit -g java |
Revision: c1284f3 Submitted crossbow builds: ursacomputing/crossbow @ actions-ed00db6225 |
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 524a463. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
…gs stage 2 (apache#39777) ### Rationale for this change This PR is a continuation of errorprone warning fixes. ### What changes are included in this PR? Fixing warnings suggested by the errorpone module. - [x] Adapter - [x] C - [x] Format - [x] Maven - [x] Memory - [x] Performance ### Are these changes tested? The existing test cases will be covering them. ### Are there any user-facing changes? No * Closes: apache#39649 Lead-authored-by: Vibhatha Abeykoon <vibhatha@gmail.com> Co-authored-by: Vibhatha Lakmal Abeykoon <vibhatha@gmail.com> Co-authored-by: vibhatha <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
This PR is a continuation of errorprone warning fixes.
What changes are included in this PR?
Fixing warnings suggested by the errorpone module.
Are these changes tested?
The existing test cases will be covering them.
Are there any user-facing changes?
No