You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/12/07 10:09:06 UTC

[GitHub] [arrow] cyb70289 commented on a change in pull request #11880: ARROW-15002: [Python] fix interval types

cyb70289 commented on a change in pull request #11880:
URL: https://github.com/apache/arrow/pull/11880#discussion_r763836248



##########
File path: python/pyarrow/tests/strategies.py
##########
@@ -105,9 +105,7 @@
     pa.duration,
     st.sampled_from(['s', 'ms', 'us', 'ns'])
 )
-interval_types = st.sampled_from(
-    pa.month_day_nano_interval()
-)
+interval_types = st.just(pa.month_day_nano_interval())

Review comment:
       Not familiar with Hypothesis. Looks okay to me.
   @jorisvandenbossche , will you have a look at this change?




-- 
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-unsubscribe@arrow.apache.org

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