You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/07/16 19:05:00 UTC

[jira] [Created] (ARROW-1222) [Python] pyarrow.array returns NullArray for array of unsupported Python objects

Wes McKinney created ARROW-1222:
-----------------------------------

             Summary: [Python] pyarrow.array returns NullArray for array of unsupported Python objects
                 Key: ARROW-1222
                 URL: https://issues.apache.org/jira/browse/ARROW-1222
             Project: Apache Arrow
          Issue Type: Bug
          Components: Python
            Reporter: Wes McKinney


{code}
In [4]: arr = np.array([datetime.timedelta(1), datetime.timedelta(2)])

In [5]: pa.array(arr)
Out[5]: 
<pyarrow.lib.NullArray object at 0x7fbb612bba48>
[
  NA,
  NA
]
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)