Commit d3d35ab
[SPARK-46080][PYTHON] Upgrade Cloudpickle to 3.0.0
### What changes were proposed in this pull request?
This PR proposes to upgrade Cloudpickle from 2.2.1 to 3.0.0.
### Why are the changes needed?
It includes official support of Python 3.12 (cloudpipe/cloudpickle#517)
### Does this PR introduce _any_ user-facing change?
It includes official support of Python 3.12 (cloudpipe/cloudpickle#517)
### How was this patch tested?
Relies on cloudpickle's unittests. Existing test cases should pass too.
Closes #43989 from HyukjinKwon/SPARK-46080.
Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>1 parent 4be5e21 commit d3d35ab
File tree
3 files changed
+988
-1270
lines changed- python/pyspark/cloudpickle
3 files changed
+988
-1270
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | | - | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
7 | 5 | | |
8 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments