forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-50621][PYTHON] Upgrade Cloudpickle to 3.1.0
### What changes were proposed in this pull request? This PR proposes to upgrade Cloudpickle to 3.1.0 ### Why are the changes needed? To leverage bug fixes. ### Does this PR introduce _any_ user-facing change? Yes several bug fixes listed in https://github.com/cloudpipe/cloudpickle/blob/v3.1.0/CHANGES.md#310 ### How was this patch tested? Existing unittests should cover. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#49241 from HyukjinKwon/upgrade-cloudpickle. Authored-by: Hyukjin Kwon <gurwls223@apache.org> Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
- Loading branch information
1 parent
d499400
commit 939f3df
Showing
4 changed files
with
76 additions
and
43 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
See: tests/test_backward_compat.py | ||
""" | ||
|
||
from . import cloudpickle | ||
|
||
|
||
|
This file was deleted.
Oops, something went wrong.