You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2017/07/10 15:09:00 UTC

[jira] [Resolved] (ARROW-1201) [Python] Incomplete Python types cause a core dump when repr-ing

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

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

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

> [Python] Incomplete Python types cause a core dump when repr-ing
> ----------------------------------------------------------------
>
>                 Key: ARROW-1201
>                 URL: https://issues.apache.org/jira/browse/ARROW-1201
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>    Affects Versions: 0.4.1
>            Reporter: Phillip Cloud
>            Assignee: Phillip Cloud
>             Fix For: 0.5.0
>
>
> The {{type}} member is {{NULL}} if you construct these types in the standard Python way, which causes a core dump when trying to inspect the type. I think the best we can do here is raise an exception indicating that the type isn't properly initialized and that these types aren't really meant for users to use directly.
> It might also be prudent to remove these from the toplevel {{pyarrow/\_\_init\_\_.py}} so that they aren't visible alongside the public API.



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