You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-46906][INFRA][3.5] Bump python libraries (pandas, pyarrow) in Docker image for release script
### What changes were proposed in this pull request?
This PR proposes to bump python libraries (pandas to 2.0.3, pyarrow to 4.0.0) in Docker image for release script.
### Why are the changes needed?
Without this change, release script (do-release-docker.sh) fails on docs phase. Changing this fixes the release process against branch-3.5.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Confirmed with dry-run of release script against branch-3.5.
`dev/create-release/do-release-docker.sh -d ~/spark-release -n -s docs`
```
Generating HTML files for SQL API documentation.
INFO - Cleaning site directory
INFO - Building documentation to directory: /opt/spark-rm/output/spark/sql/site
INFO - Documentation built in 0.85 seconds
/opt/spark-rm/output/spark/sql
Moving back into docs dir.
Making directory api/sql
cp -r ../sql/site/. api/sql
Source: /opt/spark-rm/output/spark/docs
Destination: /opt/spark-rm/output/spark/docs/_site
Incremental build: disabled. Enable with --incremental
Generating...
done in 7.469 seconds.
Auto-regeneration: disabled. Use --watch to enable.
```
### Was this patch authored or co-authored using generative AI tooling?
No.
Closesapache#45111 from HeartSaVioR/SPARK-46906-3.5.
Authored-by: Jungtaek Lim <kabhwan.opensource@gmail.com>
Signed-off-by: Jungtaek Lim <kabhwan.opensource@gmail.com>
0 commit comments