-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-54348][INFRA] Recover Python unit tests CI by installing zstandard==0.25.0
#53058
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
[SPARK-54348][INFRA] Recover Python unit tests CI by installing zstandard==0.25.0
#53058
Conversation
zstandard==0.25.0zstandard==0.25.0
|
@SCHJonathan Which Scala-side test cases will be affected by |
|
To @sryza , the absolute path patch seems to break our CI on this PR somehow. |
|
cc @xi-db and @hvanhovell from the original PR, too. The zstandard requirement was added by this. We have 3 fixes after that. |
|
Could you re-trigger the failed test pipeline, please, @SCHJonathan ? |
|
Here's a PR to fix the EndToEndAPITest test failure: #53069. It fails reliably, I think it just must have somehow been skipped in the CI for my original PR. |
Thanks @dongjoon-hyun , for this test, I have fixed it in #53024. I just re-trigger and the other failing test pipeline |
In this case, it is the |
|
Thank you, @sryza . I merged your PR. |
dongjoon-hyun
left a comment
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, LGTM. Thank you, @SCHJonathan and @sryza .
Merged to master/4.1.
…ndard==0.25.0` ### What changes were proposed in this pull request? In #53024 (comment), PR CI Python unit tests failed due to ``` pyspark.errors.exceptions.base.PySparkImportError: [PACKAGE_NOT_INSTALLED] zstandard >= 0.25.0 must be installed; however, it was not found. ``` This PR add the required dependency to the pre-merge CI. ### Why are the changes needed? Recover Python unit tests CI ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? PR #53024 Python CI back to healthy with this change ### Was this patch authored or co-authored using generative AI tooling? No Closes #53058 from SCHJonathan/jonathan-chang_data/fix-python-ci-dep. Authored-by: Yuheng Chang <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit a916690) Signed-off-by: Dongjoon Hyun <[email protected]>
What changes were proposed in this pull request?
In #53024 (comment), PR CI Python unit tests failed due to
This PR add the required dependency to the pre-merge CI.
Why are the changes needed?
Recover Python unit tests CI
Does this PR introduce any user-facing change?
No
How was this patch tested?
PR #53024 Python CI back to healthy with this change
Was this patch authored or co-authored using generative AI tooling?
No