GH-40568: [Java] Test failure in Dataset regarding TestAllTypes#40662
GH-40568: [Java] Test failure in Dataset regarding TestAllTypes#40662lidavidm merged 1 commit intoapache:mainfrom
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 |
This comment was marked as outdated.
This comment was marked as outdated.
|
@davisusanibar Could you take a look at this? |
|
@github-actions crossbow submit -g java |
|
Revision: 1b19015 Submitted crossbow builds: ursacomputing/crossbow @ actions-9091e1770d |
|
@vibhatha You don't need to submit new jobs for re-run. You can just use the "Re-run jobs" button in the GitHub Actions page: https://github.com/ursacomputing/crossbow/actions/runs/8340911888/job/22827112337 |
|
@kou I cannot see a re-run button. |
|
@kou btw seems like CIs are passing. |
|
Hi Team,
I am ok to update the testing submodule reference, that is needed because
new Float16 type was added in the testing files.
My main doubt is that this PR is doing the same update that this PR done
#39911
Regards,
David
El El mar, 19 mar. 2024 a la(s) 10:00, Vibhatha Lakmal Abeykoon <
***@***.***> escribió:
… @kou <https://github.com/kou> I cannot see a re-run button.
—
Reply to this email directly, view it on GitHub
<#40662 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABCX55NNWNPWPFH5MDSF3TLYZBHH5AVCNFSM6AAAAABE5GJVE2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBXGQYTMOBWGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
|
@davisusanibar what do you think about this comment: #40568 (comment) |
He is not a member of the ursacomputing GitHub organization at the moment. He has the collaborator role on the arrow project which allows to assign issues and trigger crossbow jobs via GitHub comments but cannot re-run jobs on crossbow as far as I understand. |
|
@davisusanibar it's because @indigophox reverted it (by accident?) in 2e2bd8b. Sorry, I didn't notice that change at the time. So we can merge this and update the testing submodule properly. |
|
After merging your PR, Conbench analyzed the 0 benchmarking runs that have been run so far on merge-commit 07e8aa2. None of the specified runs were found on the Conbench server. The full Conbench report has more details. |
Rationale for this change
A recurring CI failure was observed as recorded in #40568.
What changes are included in this PR?
Updating the testing submodule to the changes reflected in apache/arrow-testing#99
Are these changes tested?
Tested by existing test cases.
Are there any user-facing changes?
No
TestAllTypes#40568