-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
GH-44831: [CI] Build Java for integration tests from arrow-java #44932
Conversation
We can't actually merge this until we finish deleting the rest of the existing Java code here. |
9191caf
to
183a276
Compare
It seems integration works... |
We...may not want to merge this as-is, but it passes tests! |
Updated, I think the macOS issue is not related. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 8ac434f. There were 132 benchmark results with an error:
There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 2 possible false positives for unstable benchmarks that are known to sometimes produce them. |
Rationale for this change
We moved
java/
in apache/arrow to apache/arrow-java. We should use apache/arrow-java to integration tests.What changes are included in this PR?
java/
Are these changes tested?
Yes.
Are there any user-facing changes?
No.