This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new dd692e90b738 [SPARK-49801][FOLLOWUP][INFRA] Update `pandas` to 2.2.3 
in `pages.yml` too
dd692e90b738 is described below

commit dd692e90b7384a789142cfccff0dbf10cead6a21
Author: Bjørn Jørgensen <[email protected]>
AuthorDate: Fri Sep 27 07:49:06 2024 -0700

    [SPARK-49801][FOLLOWUP][INFRA] Update `pandas` to 2.2.3 in `pages.yml` too
    
    ### What changes were proposed in this pull request?
    Fix doc build.
    
    ### Why are the changes needed?
    in https://github.com/apache/spark/pull/48269
    
    > Oh, this seems to break GitHub Action Jekyll.
    
    https://github.com/apache/spark/actions/runs/11063509911/job/30742286270
    Traceback (most recent call last):
      File 
"/opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages/sphinx/config.py",
 line 332, in eval_config_file
        exec(code, namespace)
      File "/home/runner/work/spark/spark/python/docs/source/conf.py", line 33, 
in <module>
        generate_supported_api(output_rst_file_path)
      File 
"/home/runner/work/spark/spark/python/pyspark/pandas/supported_api_gen.py", 
line 102, in generate_supported_api
        _check_pandas_version()
      File 
"/home/runner/work/spark/spark/python/pyspark/pandas/supported_api_gen.py", 
line 116, in _check_pandas_version
        raise ImportError(msg)
    ImportError: Warning: pandas 2.2.3 is required; your version is 2.2.2"
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Pass GA
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No.
    
    Closes #48278 from bjornjorgensen/fix-pandas-2.2.3.
    
    Authored-by: Bjørn Jørgensen <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .github/workflows/pages.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml
index 8faeb0557fbf..f78f7895a183 100644
--- a/.github/workflows/pages.yml
+++ b/.github/workflows/pages.yml
@@ -60,7 +60,7 @@ jobs:
       - name: Install Python dependencies
         run: |
          pip install 'sphinx==4.5.0' mkdocs 'pydata_sphinx_theme>=0.13' 
sphinx-copybutton nbsphinx numpydoc jinja2 markupsafe 'pyzmq<24.0.0' \
-            ipython ipython_genutils sphinx_plotly_directive 'numpy>=1.20.0' 
pyarrow 'pandas==2.2.2' 'plotly>=4.8' 'docutils<0.18.0' \
+            ipython ipython_genutils sphinx_plotly_directive 'numpy>=1.20.0' 
pyarrow 'pandas==2.2.3' 'plotly>=4.8' 'docutils<0.18.0' \
             'flake8==3.9.0' 'mypy==1.8.0' 'pytest==7.1.3' 
'pytest-mypy-plugins==1.9.3' 'black==23.9.1' \
             'pandas-stubs==1.2.0.53' 'grpcio==1.62.0' 'grpcio-status==1.62.0' 
'grpc-stubs==1.24.11' 'googleapis-common-protos-stubs==2.2.0' \
             'sphinxcontrib-applehelp==1.0.4' 'sphinxcontrib-devhelp==1.0.2' 
'sphinxcontrib-htmlhelp==2.0.1' 'sphinxcontrib-qthelp==1.0.3' 
'sphinxcontrib-serializinghtml==1.1.5'


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

Reply via email to