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] [Updated] (ARROW-1222) [Python] pyarrow.array returns NullArray for array of unsupported Python objects

     [ https://issues.apache.org/jira/browse/ARROW-1222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney updated ARROW-1222:
--------------------------------
    Fix Version/s: 0.5.0

> [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
>            Priority: Blocker
>             Fix For: 0.5.0
>
>
> {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)