Uh oh!
There was an error while loading. Please reload this page.
GH-41717: [Java][Vector] fix issue with ByteBuffer rewind in MessageSerializer - #41718
Conversation
kou
commented
May 19, 2024
@github-actions crossbow submit -g java |
|
vibhatha
commented
May 19, 2024
@kou this error is not familiar. Could be a temporary issue? |
vibhatha
commented
May 19, 2024
@github-actions crossbow submit -g java |
|
vibhatha
commented
May 19, 2024
cc @raulcd@assignUser any idea why the crossbow bot command is failing? |
assignUser
commented
May 19, 2024
Uhh, looks like a new version of pygit? I'll have to check |
raulcd
commented
May 19, 2024
There was a release of pygit2 (1.15.0) yesterday so that checks. @vibhatha can you open an issue? |
raulcd
commented
May 19, 2024
The error on the job can be seen here: https://github.com/apache/arrow/actions/runs/9150811236/job/25156057745#step:5:30 |
pan3793
commented
May 20, 2024
What happened in 16.1.0, I got another similar error(in a different place) |
vibhatha
commented
May 20, 2024
kou
commented
May 20, 2024
@github-actions crossbow submit -g java |
Revision: f47bbcf Submitted crossbow builds: ursacomputing/crossbow @ actions-3f91e4c81b |
lidavidm
commented
May 20, 2024
Those failures are mostly expected. #41628 should help if I can get an actual review. |
vibhatha
commented
May 21, 2024
@pan3793 still facing this issue? |
After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit 1cd2872. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 29 possible false positives for unstable benchmarks that are known to sometimes produce them. |
…ssageSerializer (apache#41718) ### Rationale for this change ### What changes are included in this PR? apache#41717 describes issue and change ### Are these changes tested? CI build ### Are there any user-facing changes? * GitHub Issue: apache#41717 Authored-by: PJ Fanning <pjfanning@users.noreply.github.com> Signed-off-by: David Li <li.davidm96@gmail.com>
…ssageSerializer (apache#41718) ### Rationale for this change ### What changes are included in this PR? apache#41717 describes issue and change ### Are these changes tested? CI build ### Are there any user-facing changes? * GitHub Issue: apache#41717 Authored-by: PJ Fanning <pjfanning@users.noreply.github.com> Signed-off-by: David Li <li.davidm96@gmail.com>
Rationale for this change
What changes are included in this PR?
#41717 describes issue and change
Are these changes tested?
CI build
Are there any user-facing changes?