dongjoon-hyun commented on code in PR #48269:
URL: https://github.com/apache/spark/pull/48269#discussion_r1777999678
##########
python/pyspark/pandas/supported_api_gen.py:
##########
@@ -38,7 +38,7 @@
MAX_MISSING_PARAMS_SIZE = 5
COMMON_PARAMETER_SET = {"kwargs", "args", "cls"}
MODULE_GROUP_MATCH = [(pd, ps), (pdw, psw), (pdg, psg)]
-PANDAS_LATEST_VERSION = "2.2.2"
+PANDAS_LATEST_VERSION = "2.2.3"
Review Comment:
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
```
Could you take a look at this failure, @bjornjorgensen ?
Also, cc @yaooqinn , too.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]