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

[jira] [Commented] (ARROW-2024) Remove global SerializationContext variables.

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

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

robertnishihara opened a new pull request #1538: ARROW-2024: [Python] Remove torch serialization from default serialization context.
URL: https://github.com/apache/arrow/pull/1538
 
 
   See discussion in #1223.

----------------------------------------------------------------
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:
users@infra.apache.org


> Remove global SerializationContext variables.
> ---------------------------------------------
>
>                 Key: ARROW-2024
>                 URL: https://issues.apache.org/jira/browse/ARROW-2024
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Python
>            Reporter: Robert Nishihara
>            Priority: Minor
>              Labels: pull-request-available
>
> We should get rid of the global variables {{{{_default_serialization_context}}}} and {{{{pandas_serialization_context}}}} and replace them with functions {{{{default_serialization_context()}}}} and {{{{pandas_serialization_context()}}}}.
> This will also make it faster to do {{{{import pyarrow}}}}.



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