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

Uwe L. Korn resolved ARROW-1890.
--------------------------------
    Resolution: Fixed

Issue resolved by pull request 1393
[https://github.com/apache/arrow/pull/1393]

> [Python] Masking for date32 arrays not working
> ----------------------------------------------
>
>                 Key: ARROW-1890
>                 URL: https://issues.apache.org/jira/browse/ARROW-1890
>             Project: Apache Arrow
>          Issue Type: Bug
>            Reporter: Uwe L. Korn
>            Assignee: Uwe L. Korn
>              Labels: pull-request-available
>             Fix For: 0.8.0
>
>
> {code}
> arr = np.array([date(2017, 4, 3), date(2017, 4, 4)], dtype='datetime64[D]')
> mask = [True, False]
> t32 = pa.date32()
> result = pa.array(arr, mask=np.array(mask))
> expected = pa.array(np.array([None, date(2017, 4, 4)], dtype='datetime64[D]'))
> {code}
> The above code produces an array that has no null values.



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

Reply via email to