pitrou commented on a change in pull request #8115:
URL: https://github.com/apache/arrow/pull/8115#discussion_r484471282
##########
File path: python/pyarrow/tests/test_compute.py
##########
@@ -109,6 +109,77 @@ def test_sum_chunked_array(arrow_type):
assert pc.sum(arr).as_py() is None # noqa: E711
[email protected]("arrow_type", numerical_arrow_types)
Review comment:
We don't need to test multiple types and values agggressively, since
that it already done on the C++ side. Mostly we should check that the Python
wrapper has the expected API and return type.
----------------------------------------------------------------
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]