jorisvandenbossche commented on a change in pull request #10433:
URL: https://github.com/apache/arrow/pull/10433#discussion_r644304393
##########
File path: python/pyarrow/array.pxi
##########
@@ -836,12 +836,6 @@ cdef class Array(_PandasConvertible):
result = GetResultValue(self.ap.View(type.sp_type))
return pyarrow_wrap_array(result)
- def sum(self):
Review comment:
Actually removing this method is a backwards incompatible change. If we
want to do that, I think we should deprecate it first (although it is certainly
strange to only have a single reduction method exposed here)
For now I would maybe just pass through ``**kwargs`` (or leave as as)
--
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]