You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Joris Van den Bossche (Jira)" <ji...@apache.org> on 2021/05/03 11:46:00 UTC

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

     [ https://issues.apache.org/jira/browse/ARROW-12586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joris Van den Bossche updated ARROW-12586:
------------------------------------------
    Component/s: Python

> [Python] 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
>          Components: Python
>            Reporter: Ying Zhang
>            Priority: Major
>
> 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)