[
https://issues.apache.org/jira/browse/ARROW-623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rok Mihevc updated ARROW-623:
-----------------------------
External issue URL: https://github.com/apache/arrow/issues/16251
> 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
> Priority: Major
> Fix For: 0.3.0
>
>
> 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
(v8.20.10#820010)