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

Joris Van den Bossche updated ARROW-13581:
------------------------------------------
    Summary: [Python] pyarrow array equals return False if there's nan   (was: 
pyarrow array equals return False if there's nan )

> [Python] pyarrow array equals return False if there's nan 
> ----------------------------------------------------------
>
>                 Key: ARROW-13581
>                 URL: https://issues.apache.org/jira/browse/ARROW-13581
>             Project: Apache Arrow
>          Issue Type: Bug
>            Reporter: David Zhang
>            Priority: Major
>
> pyarrow array / chunked array / table `.equals` would return False if there 
> is nan value(s) in the data. 
> Example:
> {code:java}
> pa.array([1, np.nan]).equals(pa.array([1, np.nan])) {code}
> Above will return False instead of True



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

Reply via email to