Commit c2a04cd
[SPARK-56246][INFRA][4.0] Pin pandas to version 2.2.3 in docs Docker image
### What changes were proposed in this pull request?
Pin `pandas==2.2.3` in the docs Docker image (`dev/spark-test-image/docs/Dockerfile`).
### Why are the changes needed?
The docs Docker image installs pandas without a version pin. When pandas 2.3.3 was released, the documentation build started failing because `supported_api_gen.py` requires an exact match with pandas 2.2.3:
```
ImportError: Warning: pandas 2.2.3 is required; your version is 2.3.3
```
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
CI should pass with the pinned version.
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #55054 from Yicong-Huang/SPARK-56246.
Authored-by: Yicong Huang <17627829+Yicong-Huang@users.noreply.github.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>1 parent 438eec5 commit c2a04cd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments