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 2020/05/24 13:12:00 UTC

[jira] [Updated] (ARROW-8911) [Python] An empty ChunkedArray created by `filter` can crash.

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

Wes McKinney updated ARROW-8911:
--------------------------------
    Fix Version/s: 1.0.0

> [Python] An empty ChunkedArray created by `filter` can crash.
> -------------------------------------------------------------
>
>                 Key: ARROW-8911
>                 URL: https://issues.apache.org/jira/browse/ARROW-8911
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>    Affects Versions: 0.17.1
>         Environment: macOS, ubuntu
>            Reporter: A. Coady
>            Priority: Critical
>             Fix For: 1.0.0
>
>
> {code:python}
> import pyarrow as pa
> arr = pa.chunked_array([[1]])
> empty = arr.filter(pa.array([False]))
> print(empty)
> print(empty[:]) # <- crash
> {code}



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