Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
As pointed out in https://github.com/apache/arrow/pull/1272#issuecomment-340738439, we don't really need this option, it can already be done with pickle.dumps as the custom serializer and pickle.loads as the deserializer.
This has the additional benefit that it will be very clear to the user which pickler will be used and the user can use a custom pickler easily.
Attachments
Issue Links
- links to