Ying Zhang created ARROW-12586:
----------------------------------
Summary: comparing a None element in a pa array to python None
gives segmentation fault
Key: ARROW-12586
URL: https://issues.apache.org/jira/browse/ARROW-12586
Project: Apache Arrow
Issue Type: Bug
Reporter: Ying ZhangI am using python 3.7, pyarrow version 3.0.0. import pyarrow as pa arr = pa.array([1,2,None]) arr[2] == None gives segmentation fault. Is this intended? -- This message was sent by Atlassian Jira (v8.3.4#803005)
