You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Ying Zhang (Jira)" <ji...@apache.org> on 2021/04/28 14:31:00 UTC

[jira] [Created] (ARROW-12586) comparing a None element in a pa array to python None gives segmentation fault

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 Zhang


I 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)