jorisvandenbossche commented on a change in pull request #11955:
URL: https://github.com/apache/arrow/pull/11955#discussion_r770304217
##########
File path: python/pyarrow/tests/test_compute.py
##########
@@ -1854,6 +1896,11 @@ def test_count():
assert pc.count(arr, mode='only_valid').as_py() == 3
assert pc.count(arr, mode='only_null').as_py() == 2
assert pc.count(arr, mode='all').as_py() == 5
+ assert pc.count(arr, 'all').as_py() == 5
Review comment:
Actually, it's not that "mode" is that a clarifying keyword name either
.., so ignore my comment.
--
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]