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)

Reply via email to