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)