-
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
[Packaging][Release][Python] The Windows wheel verification is failing due to missing PARQUET_TEST_DATA env variable #44461
Milestone
Comments
raulcd
added a commit
to raulcd/arrow
that referenced
this issue
Oct 17, 2024
… verify-release-candidate-wheels.bat
kou
added a commit
to kou/arrow
that referenced
this issue
Oct 17, 2024
…r wheel verification on Windows
kou
pushed a commit
to raulcd/arrow
that referenced
this issue
Oct 24, 2024
… verify-release-candidate-wheels.bat
raulcd
added a commit
that referenced
this issue
Oct 25, 2024
…y-release-candidate-wheels.bat (#44462) ### Rationale for this change The Windows wheel verification fails due to missing `PARQUET_TEST_DATA` ### What changes are included in this PR? Add `PARQUET_TEST_DATA` to `verify-release-candidate-wheels.bat` which is only tested on the binary verification job. ### Are these changes tested? Via archery ### Are there any user-facing changes? No * GitHub Issue: #44461 Lead-authored-by: Sutou Kouhei <[email protected]> Co-authored-by: Raúl Cumplido <[email protected]> Co-authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
Issue resolved by pull request 44462 |
amoeba
pushed a commit
that referenced
this issue
Nov 11, 2024
…y-release-candidate-wheels.bat (#44462) ### Rationale for this change The Windows wheel verification fails due to missing `PARQUET_TEST_DATA` ### What changes are included in this PR? Add `PARQUET_TEST_DATA` to `verify-release-candidate-wheels.bat` which is only tested on the binary verification job. ### Are these changes tested? Via archery ### Are there any user-facing changes? No * GitHub Issue: #44461 Lead-authored-by: Sutou Kouhei <[email protected]> Co-authored-by: Raúl Cumplido <[email protected]> Co-authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug, including details regarding any error messages, version, and platform.
The Windows wheel binary verification is currently failing due to missing
PARQUET_TEST_DATA
:Component(s)
Packaging, Python, Release
The text was updated successfully, but these errors were encountered: