[SPARK-49862][INFRA][PYTHON] Restore package installations for Python 3.13 daily builder#50539
Closed
zhengruifeng wants to merge 3 commits intoapache:masterfrom
Closed
[SPARK-49862][INFRA][PYTHON] Restore package installations for Python 3.13 daily builder#50539zhengruifeng wants to merge 3 commits intoapache:masterfrom
zhengruifeng wants to merge 3 commits intoapache:masterfrom
Conversation
dongjoon-hyun
approved these changes
Apr 9, 2025
Member
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+1, LGTM. Thank you, @zhengruifeng .
HyukjinKwon
approved these changes
Apr 9, 2025
Contributor
Author
|
thanks, merged to master |
dongjoon-hyun
added a commit
that referenced
this pull request
Nov 10, 2025
### What changes were proposed in this pull request? This is a follow-up of the following to update `dev/infra/Dockerfile` together. - #50539 ### Why are the changes needed? The original goal of SPARK-49862 was updating both files. ### Does this PR introduce _any_ user-facing change? No behavior change because this is an infra change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #52952 from dongjoon-hyun/SPARK-49862. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
dongjoon-hyun
added a commit
that referenced
this pull request
Nov 10, 2025
### What changes were proposed in this pull request? This is a follow-up of the following to update `dev/infra/Dockerfile` together. - #50539 ### Why are the changes needed? The original goal of SPARK-49862 was updating both files. ### Does this PR introduce _any_ user-facing change? No behavior change because this is an infra change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #52952 from dongjoon-hyun/SPARK-49862. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 5c11509) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
zifeif2
pushed a commit
to zifeif2/spark
that referenced
this pull request
Nov 22, 2025
### What changes were proposed in this pull request? This is a follow-up of the following to update `dev/infra/Dockerfile` together. - apache#50539 ### Why are the changes needed? The original goal of SPARK-49862 was updating both files. ### Does this PR introduce _any_ user-facing change? No behavior change because this is an infra change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#52952 from dongjoon-hyun/SPARK-49862. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
huangxiaopingRD
pushed a commit
to huangxiaopingRD/spark
that referenced
this pull request
Nov 25, 2025
### What changes were proposed in this pull request? This is a follow-up of the following to update `dev/infra/Dockerfile` together. - apache#50539 ### Why are the changes needed? The original goal of SPARK-49862 was updating both files. ### Does this PR introduce _any_ user-facing change? No behavior change because this is an infra change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#52952 from dongjoon-hyun/SPARK-49862. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Restore package installations for Python 3.13 daily builder
Why are the changes needed?
some tests were skipped due to missed installations
Does this PR introduce any user-facing change?
no, test-only
How was this patch tested?
PR builder with env:
https://github.com/zhengruifeng/spark/actions/runs/14333711996/job/40175722749
Was this patch authored or co-authored using generative AI tooling?
no