AlenkaF commented on issue #45292:
URL: https://github.com/apache/arrow/issues/45292#issuecomment-2777698965

   Sorry for not looking into it before and thank you for the ping @kou!
   
   I think we have two options that do not need the test to be removed:
   
   - we could try to select a subset of types in the strategy, like in this 
test here: 
https://github.com/apache/arrow/blob/7df396eec4c620ddc4a4db780ea0d5ffa4cf685b/python/pyarrow/tests/test_pandas.py#L3355
   - if we are OK with the fact that the hypothesis might take a bit longer to 
gather all the test cases, we can use `suppress_health_check` setting as is 
done in this test here: 
https://github.com/apache/arrow/blob/7df396eec4c620ddc4a4db780ea0d5ffa4cf685b/python/pyarrow/tests/test_array.py#L2214
   
   I would go with the second one, adding a `suppress_health_check` setting. 
From the health check it shows that the third draw took `1.487` seconds which 
is a lot but I think we could do with?


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to