-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-39649: [Java][CI] Fix or suppress spurious errorprone warnings stage 2 #39777
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
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: |
|
@github-actions crossbow submit java |
|
|
@github-actions crossbow submit java |
|
Revision: 21153cc7391006228af04be72c3aee358b01009c Submitted crossbow builds: ursacomputing/crossbow @ actions-724e7dd2a9 |
|
@github-actions crossbow submit java |
|
Revision: c61b12247c877c77508ed13fa9a6007585893421 Submitted crossbow builds: ursacomputing/crossbow @ actions-c8f1f841cb |
|
@github-actions crossbow submit java |
|
|
@github-actions crossbow submit java |
|
Revision: 0a7184b29f085e92deba080fd6505695aeaf5a17 Submitted crossbow builds: ursacomputing/crossbow @ actions-94794e1635 |
|
@github-actions crossbow submit java |
|
Revision: 04940bac7e13d9c49f6ba643fe49ef75324c8b30 Submitted crossbow builds: ursacomputing/crossbow @ actions-8eff7f2c06 |
|
@github-actions crossbow submit java |
|
converting back to draft as the crossbow failure seems to be consistent 🙁 |
|
Revision: 04940bac7e13d9c49f6ba643fe49ef75324c8b30 Submitted crossbow builds: ursacomputing/crossbow @ actions-b131234f41 |
|
What is the status on this? Do you plan to push this PR to completion @vibhatha ? Also cc @danepitkin |
|
@github-actions crossbow submit -g java |
|
Revision: 3627b21cc3315dcac6e726dc10555e60ff819fad Submitted crossbow builds: ursacomputing/crossbow @ actions-cb8acf8c4e |
Co-authored-by: David Li <li.davidm96@gmail.com>
|
@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