-
Notifications
You must be signed in to change notification settings - Fork 3.9k
GH-47635: [CI][Integration] Add new gold files #47729
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
See also: |
Update the `testing` submodule to the latest contents as of apache/arrow-testing#114 . This adds "gold" IPC files generated by Arrow C++ 21.0.0.
|
@github-actions crossbow submit fuzz |
Revision: 1b4653e Submitted crossbow builds: ursacomputing/crossbow @ actions-415a79beab
|
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 2c63d48. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 9 possible false positives for unstable benchmarks that are known to sometimes produce them. |
### Rationale for this change Update the `testing` submodule to the latest contents as of apache/arrow-testing#114 . This adds "gold" IPC files generated by Arrow C++ 21.0.0. ### Are these changes tested? Yes, by existing Integration CI build. ### Are there any user-facing changes? No. * GitHub Issue: apache#47635 Authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
Rationale for this change
Update the
testing
submodule to the latest contents as of apache/arrow-testing#114 .This adds "gold" IPC files generated by Arrow C++ 21.0.0.
Are these changes tested?
Yes, by existing Integration CI build.
Are there any user-facing changes?
No.