David Zhang created ARROW-13581:
-----------------------------------
Summary: 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
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)