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

[jira] [Created] (ARROW-12613) AttributeArrow when comparing Scalar with None

Sergey Mozharov created ARROW-12613:
---------------------------------------

             Summary: AttributeArrow when comparing Scalar with None
                 Key: ARROW-12613
                 URL: https://issues.apache.org/jira/browse/ARROW-12613
             Project: Apache Arrow
          Issue Type: Bug
          Components: Python
    Affects Versions: 4.0.0
         Environment: Windows 10
python=3.9.2
pyarrow=4.0.0
            Reporter: Sergey Mozharov


{code:java}
import pyarrow as pa

arr = pa.array([1, 2])
arr[0] == None  # -> AttributeError: 'NoneType' object has no attribute 'unwrap'
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)