[
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)