Philipp Moritz created ARROW-1758:
-------------------------------------

             Summary: [Python] Remove pickle=True option for object 
serialization
                 Key: ARROW-1758
                 URL: https://issues.apache.org/jira/browse/ARROW-1758
             Project: Apache Arrow
          Issue Type: Improvement
            Reporter: Philipp Moritz


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.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to