[ 
https://issues.apache.org/jira/browse/ARROW-1758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16262867#comment-16262867
 ] 

ASF GitHub Bot commented on ARROW-1758:
---------------------------------------

Licht-T opened a new pull request #1347: ARROW-1758: [Python] Remove 
pickle=True option for object serialization
URL: https://github.com/apache/arrow/pull/1347
 
 
   This closes [ARROW-1758](https://issues.apache.org/jira/browse/ARROW-1758).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> [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
>              Labels: pull-request-available
>             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)

Reply via email to