Rik Coenders created ARROW-3889:
-----------------------------------
Summary: [Python] creating schema with invalid paramaters causes
segmanetation fault
Key: ARROW-3889
URL: https://issues.apache.org/jira/browse/ARROW-3889
Project: Apache Arrow
Issue Type: Bug
Components: Python
Affects Versions: 0.11.1
Reporter: Rik Coenders
A segmentation fault occurs when executing the following:
{{import pyarrow}}
{{s = pyarrow.schema([None])}}
{{print(s)}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)