Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
We should consider replacing our modified version of cloudpickle with Dill, since it supports both Python 2 and 3 and might do a better job of handling certain corner-cases.
I attempted to do this a few months ago but ran into cases where Dill had issues pickling objects defined in doctests, which broke our test suite: https://github.com/uqfoundation/dill/issues/50. This issue may have been resolved now; I haven't checked.
Attachments
Issue Links
- blocks
-
SPARK-4897 Python 3 support
-
- Resolved
-