pitrou commented on code in PR #45001:
URL: https://github.com/apache/arrow/pull/45001#discussion_r1883938266
##########
python/pyarrow/tests/test_compute.py:
##########
@@ -3721,3 +3724,34 @@ def test_pairwise_diff():
with pytest.raises(pa.ArrowInvalid,
match="overflow"):
pa.compute.pairwise_diff_checked(arr, period=-1)
+
+
+hash_types = st.deferred(
Review Comment:
@kszucs The kernel tests should run on the C++ side, no on the Python side.
It does not make sense to add hypothesis tests for this IMHO.
(also, IME nobody knows how to run/debug the hypothesis tests...)
--
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]