lidavidm commented on a change in pull request #10476:
URL: https://github.com/apache/arrow/pull/10476#discussion_r647616702
##########
File path: python/pyarrow/tests/test_compute.py
##########
@@ -494,30 +494,40 @@ def test_min_max():
def test_any():
# ARROW-1846
+
+ options = pc.ScalarAggregateOptions(skip_nulls=False)
Review comment:
Hmm, I had thought that generally, for kernels with options, we add a
wrapper in pyarrow/compute.py. But now that I look, this isn't true for many of
the kernels. So having Python tests is enough.
--
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]