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 2019/08/22 22:18:00 UTC

[jira] [Updated] (ARROW-5103) [Python] Segfault when using chunked_array.to_pandas on array different types (edge case)

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

Wes McKinney updated ARROW-5103:
--------------------------------
    Summary: [Python] Segfault when using chunked_array.to_pandas on array different types (edge case)    (was: Segfault when using chunked_array.to_pandas on array different types (edge case)  )

> [Python] Segfault when using chunked_array.to_pandas on array different types (edge case)  
> -------------------------------------------------------------------------------------------
>
>                 Key: ARROW-5103
>                 URL: https://issues.apache.org/jira/browse/ARROW-5103
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++, Python
>    Affects Versions: 0.12.1, 0.13.0
>         Environment: pyarrow 0.12.1 py37hf9e6f3b_0 conda-forge
> numpy   1.15.4           py37hacdab7b_0  
> MacOs | gcc7 | what else ?
>            Reporter: Artem KOZHEVNIKOV
>            Priority: Major
>             Fix For: 0.15.0
>
>
> {code:java}
> import numpy as np
> import pyarrow as pa
> ca = pa.chunked_array([pa.array(['rr'] * 10), pa.array(np.arange(10))])
> ca.type
> ca.to_pandas()
> libc++abi.dylib: terminating with uncaught exception of type std::length_error: basic_string
> Abort trap: 6
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)