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 2017/03/13 17:16:41 UTC

[jira] [Resolved] (ARROW-623) segfault with __repr__ of empty Field

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

Wes McKinney resolved ARROW-623.
--------------------------------
    Resolution: Fixed

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

> segfault with __repr__ of empty Field
> -------------------------------------
>
>                 Key: ARROW-623
>                 URL: https://issues.apache.org/jira/browse/ARROW-623
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>            Reporter: Miki Tebeka
>            Assignee: Miki Tebeka
>
> The below code will cause a segfault
> {code}
> from pyarrow import Field
> f = Field()
> print(repr(f))
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)