kszucs commented on code in PR #45001:
URL: https://github.com/apache/arrow/pull/45001#discussion_r1884122454


##########
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:
   I know, hypothesis was quicker to go with, hypothesis is really handy to 
discover the failing types actually.
   I'm currently adding the test cases on the cpp side. 



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