[ 
https://issues.apache.org/jira/browse/ARROW-1222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17658254#comment-17658254
 ] 

Rok Mihevc commented on ARROW-1222:
-----------------------------------

This issue has been migrated to [issue 
#17039|https://github.com/apache/arrow/issues/17039] on GitHub. Please see the 
[migration documentation|https://github.com/apache/arrow/issues/14542] for 
further details.

> [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
>            Assignee: 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
(v8.20.10#820010)

Reply via email to