You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Ben Kietzman (Jira)" <ji...@apache.org> on 2020/07/09 20:31:00 UTC

[jira] [Created] (ARROW-9394) [Python] Support pickling of Scalars

Ben Kietzman created ARROW-9394:
-----------------------------------

             Summary: [Python] Support pickling of Scalars
                 Key: ARROW-9394
                 URL: https://issues.apache.org/jira/browse/ARROW-9394
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Python
            Reporter: Ben Kietzman
             Fix For: 2.0.0


Scalars don't currently support pickling.

Could this be as implemented with {{Scalar, (self.type, self.as_py())}}?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)