pitrou commented on code in PR #41071:
URL: https://github.com/apache/arrow/pull/41071#discussion_r1557632797
##########
python/pyarrow/table.pxi:
##########
@@ -1533,7 +1534,8 @@ cdef class _Tabular(_PandasConvertible):
raise TypeError(f"Do not call {self.__class__.__name__}'s constructor
directly, use "
f"one of the `{self.__class__.__name__}.from_*`
functions instead.")
- def __array__(self, dtype=None):
+ def __array__(self, dtype=None, copy=None):
+ # copy keyword can be ignored as this always already returns a copy
Review Comment:
Same here?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]