[SPARK-49801][FOLLOWUP][INFRA] Update pandas to 2.2.3 in pages.yml too#48278
Closed
bjornjorgensen wants to merge 1 commit intoapache:masterfrom
Closed
[SPARK-49801][FOLLOWUP][INFRA] Update pandas to 2.2.3 in pages.yml too#48278bjornjorgensen wants to merge 1 commit intoapache:masterfrom
pandas to 2.2.3 in pages.yml too#48278bjornjorgensen wants to merge 1 commit intoapache:masterfrom
Conversation
Contributor
Author
|
Followup to #48269 |
yaooqinn
approved these changes
Sep 27, 2024
Contributor
Author
|
@yaooqinn should I call it "[FOLLOWUP][SPARK-49801][PYTHON][PS][BUILD] Update pandas to 2.2.3" ? |
pandas to 2.2.3
Member
|
The PR title LGTM |
LuciferYang
approved these changes
Sep 27, 2024
pandas to 2.2.3pandas to 2.2.3 in pages.yml too
dongjoon-hyun
approved these changes
Sep 27, 2024
Member
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+1, LGTM. Thank you.
To @bjornjorgensen , please don't reuse the original PR title in the followup. The PR title should describe what this PR aims to do.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Fix doc build.
Why are the changes needed?
in #48269
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
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.