Yicong Huang created SPARK-56246:
------------------------------------

             Summary: 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


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