kou commented on code in PR #44409:
URL: https://github.com/apache/arrow/pull/44409#discussion_r1822097046


##########
python/pyarrow/tests/test_compute.py:
##########
@@ -376,6 +386,57 @@ def test_sum_chunked_array(arrow_type):
     assert pc.sum(arr, min_count=0).as_py() == 0
 
 
[email protected]('arrow_type', decimal_arrow_types)
+def test_sum_decimal_array(arrow_type):

Review Comment:
   How about using #44231 and this PR only for negative test values?
   How about creating a new issue and PR for decimal related tests? (This may 
need to improve decimal related implementation? I haven't checked the failure 
yet.)
   
   In general, small PRs are easy to review/merge.



-- 
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]

Reply via email to