jorisvandenbossche commented on code in PR #35656:
URL: https://github.com/apache/arrow/pull/35656#discussion_r1257954557


##########
python/pyarrow/tests/test_pandas.py:
##########
@@ -4179,20 +4258,20 @@ def test_to_pandas_extension_dtypes_mapping():
     assert isinstance(result['a'].dtype, pd.PeriodDtype)
 
 
-def test_array_to_pandas():
[email protected]("arr",
+                         [pd.period_range("2012-01-01", periods=3, 
freq="D").array,
+                          pd.interval_range(1, 4).array])

Review Comment:
   Fixed -> https://github.com/apache/arrow/pull/36586



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