[
https://issues.apache.org/jira/browse/ARROW-6488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-6488:
----------------------------------
Labels: pull-request-available (was: )
> [Python] pyarrow.NULL equals to itself
> --------------------------------------
>
> Key: ARROW-6488
> URL: https://issues.apache.org/jira/browse/ARROW-6488
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Reporter: Joris Van den Bossche
> Assignee: Joris Van den Bossche
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.15.0
>
>
> Somewhat related to ARROW-6386 on the interpretation of nulls, we currently
> have the following behaviour:
> {code}
> In [28]: pa.NULL == pa.NULL
>
>
> Out[28]: True
> {code}
> Which I think is certainly unexpected for a null / missing value. I still
> need to check what the array-level compare kernel does (NULL or False?
> ideally NULL I think), but we should follow that.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)