pitrou commented on a change in pull request #8288:
URL: https://github.com/apache/arrow/pull/8288#discussion_r496849997
##########
File path: python/pyarrow/array.pxi
##########
@@ -1009,7 +1009,8 @@ cdef class Array(_PandasConvertible):
return NotImplemented
def equals(Array self, Array other):
Review comment:
Why not:
```python
def equals(Array self, Array other, *, nans_equal=True):
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]