[SPARK-45179][DOCS][FOLLOWUP] Add migration guide for Numpy minimum version upgrade#42966
Closed
zhengruifeng wants to merge 1 commit intoapache:masterfrom
Closed
[SPARK-45179][DOCS][FOLLOWUP] Add migration guide for Numpy minimum version upgrade#42966zhengruifeng wants to merge 1 commit intoapache:masterfrom
zhengruifeng wants to merge 1 commit intoapache:masterfrom
Conversation
zhengruifeng
commented
Sep 18, 2023
| Upgrading from PySpark 3.5 to 4.0 | ||
| --------------------------------- | ||
|
|
||
| * In Spark 4.0, the minimum supported version for Pandas has been raised from 1.0.5 to 1.4.4 in PySpark. |
Contributor
Author
There was a problem hiding this comment.
I move the message for pandas and numpy to the beginning, since I think it is more important, otherwise they will be surrounded by the messages of Pandas APIs.
Contributor
Author
There was a problem hiding this comment.
Contributor
Author
itholic
approved these changes
Sep 18, 2023
HyukjinKwon
approved these changes
Sep 18, 2023
Contributor
Author
|
thanks, merged to master |
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?
Add migration guide for Numpy minimum version upgrade
Why are the changes needed?
to inform users about this important change
Does this PR introduce any user-facing change?
yes
How was this patch tested?
CI
Was this patch authored or co-authored using generative AI tooling?
No