You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Miki Tebeka (JIRA)" <ji...@apache.org> on 2017/03/13 09:57:04 UTC

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

Miki Tebeka created ARROW-623:
---------------------------------

             Summary: 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)