pitrou commented on a change in pull request #6992:
URL: https://github.com/apache/arrow/pull/6992#discussion_r412929769
##########
File path: python/pyarrow/tests/test_pandas.py
##########
@@ -2685,8 +2685,8 @@ class A:
'a': pd.period_range('2000-01-01', periods=20),
})
- expected_msg = 'Conversion failed for column a with type period'
- with pytest.raises(TypeError, match=expected_msg):
+ expected_msg = 'Conversion failed for column a with type period|object'
Review comment:
Do you mean `(period|object)`? (parentheses included)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]