You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Philipp Moritz (JIRA)" <ji...@apache.org> on 2018/05/18 00:47:00 UTC

[jira] [Created] (ARROW-2611) [Python] Python 2 integer serialization

Philipp Moritz created ARROW-2611:
-------------------------------------

             Summary: [Python] Python 2 integer serialization
                 Key: ARROW-2611
                 URL: https://issues.apache.org/jira/browse/ARROW-2611
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Python
    Affects Versions: 0.9.0
            Reporter: Philipp Moritz


In Python 2, serializing a Python int with pyarrow.serialize and then deserializing it returns a {{long }}instead of an integer. Note that this is not an issue in python 3 where the long type does not exist.



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