You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Licht Takeuchi (JIRA)" <ji...@apache.org> on 2017/11/22 16:20:00 UTC

[jira] [Assigned] (ARROW-1758) [Python] Remove pickle=True option for object serialization

     [ https://issues.apache.org/jira/browse/ARROW-1758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Licht Takeuchi reassigned ARROW-1758:
-------------------------------------

    Assignee: Licht Takeuchi

> [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
>            Assignee: Licht Takeuchi
>             Fix For: 0.8.0
>
>
> 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)