Commit 0483894
committed
[SPARK-54263][INFRA] Fix
### What changes were proposed in this pull request?
This PR aims to fix `run-in-container` script to use Python 3.11 instead of 3.9.
### Why are the changes needed?
Since Apache Spark 4.0.0, we have an optional way to build docs in Docker image.
- #48860
https://github.com/apache/spark/blob/fa33ea000a0bda9e5a3fa1af98e8e85b8cc5e4d4/docs/README.md?plain=1#L129-L136
When we started to use Python 3.11 instead of 3.9 for Apache Spark 4.1.0, we missed to update this `run-in-container`.
- #51150
- #51198
### Does this PR introduce _any_ user-facing change?
No behavior change because this is an optional way to generate Spark docs.
### How was this patch tested?
Manually test.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #52959 from dongjoon-hyun/SPARK-54263.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 6466ed5)
Signed-off-by: Dongjoon Hyun <[email protected]>run-in-container script to use Python 3.11 instead of 3.91 parent 4e9ebd4 commit 0483894
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments