You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Robert Nishihara (JIRA)" <ji...@apache.org> on 2018/01/19 06:00:00 UTC

[jira] [Created] (ARROW-2011) Allow setting the pickler to use in pyarrow serialization.

Robert Nishihara created ARROW-2011:
---------------------------------------

             Summary: Allow setting the pickler to use in pyarrow serialization.
                 Key: ARROW-2011
                 URL: https://issues.apache.org/jira/browse/ARROW-2011
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Python
            Reporter: Robert Nishihara
            Assignee: Robert Nishihara


We currently try to import cloudpickle and failing that fall back to pickle. However, given that there are many versions of cloudpickle and they are typically incompatible with one another, the caller may want to specify a specific version, so we should allow them to set the specific pickler to use.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)