[ 
https://issues.apache.org/jira/browse/SPARK-56246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hyukjin Kwon resolved SPARK-56246.
----------------------------------
    Fix Version/s: 4.0.3
       Resolution: Fixed

Issue resolved by pull request 55054
[https://github.com/apache/spark/pull/55054]

> Pin pandas version in docs Docker image to fix documentation build failure
> --------------------------------------------------------------------------
>
>                 Key: SPARK-56246
>                 URL: https://issues.apache.org/jira/browse/SPARK-56246
>             Project: Spark
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 4.0.0
>            Reporter: Yicong Huang
>            Assignee: Yicong Huang
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.3
>
>
> The documentation CI Docker image (dev/spark-test-image/docs/Dockerfile) does 
> not pin the pandas version. When pandas 2.3.3 was released, the doc build 
> started failing because {{supported_api_gen.py}} requires an exact match with 
> pandas 2.2.3.
> Error:
> {code}
> ImportError: Warning: pandas 2.2.3 is required; your version is 2.3.3
> {code}
> The fix is to pin {{pandas==2.2.3}} in the docs Dockerfile, similar to what 
> is already done in the {{pages.yml}} workflow.
> See: 
> https://github.com/Yicong-Huang/spark/actions/runs/23515282535/job/68446345212



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to