-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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-43785: [Python][CI] Correct PARQUET_TEST_DATA path in wheel tests #43786
GH-43785: [Python][CI] Correct PARQUET_TEST_DATA path in wheel tests #43786
Conversation
@github-actions crossbow submit -g wheel |
|
Revision: 04c4735 Submitted crossbow builds: ursacomputing/crossbow @ actions-0d618e3f18 |
Thanks for the good catch! |
Going to merge this quickly to get nightly wheels uploaded again |
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit fc54ead. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
Rationale for this change
Starting with #41580, the pyarrow tests now also rely on a file in the parquet-testing submodule. And the path to that directory is controlled by
PARQUET_TEST_DATA
, which appears to be set wrongly in the wheel test scripts, causing all wheel builds to fail at the moment.