You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Francois Saint-Jacques (Jira)" <ji...@apache.org> on 2020/05/25 12:43:00 UTC

[jira] [Resolved] (ARROW-8911) [C++] Slicing a ChunkedArray with zero chunks segfaults

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

Francois Saint-Jacques resolved ARROW-8911.
-------------------------------------------
    Resolution: Fixed

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

> [C++] Slicing a ChunkedArray with zero chunks segfaults
> -------------------------------------------------------
>
>                 Key: ARROW-8911
>                 URL: https://issues.apache.org/jira/browse/ARROW-8911
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++, Python
>    Affects Versions: 0.17.1
>         Environment: macOS, ubuntu
>            Reporter: A. Coady
>            Assignee: Wes McKinney
>            Priority: Critical
>              Labels: pull-request-available
>             Fix For: 1.0.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> {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)