milesgranger commented on code in PR #14729:
URL: https://github.com/apache/arrow/pull/14729#discussion_r1034593323
##########
python/pyarrow/tests/test_pandas.py:
##########
@@ -182,6 +187,8 @@ def test_column_index_names_are_preserved(self):
df.columns.names = ['a']
_check_pandas_roundtrip(df, preserve_index=True)
+ @pytest.mark.filterwarnings(
+ "ignore:parsing timezone aware datetimes:DeprecationWarning")
Review Comment:
I don't I was trying locally between a couple Python version environments
when making these changes and now I too cannot get it to recreate.. so trying
in CI now
https://github.com/apache/arrow/pull/14729/commits/a599d65fd09579c5d1a4195a7f41f356b958d544
(same for comment about 'Discarding nonzero nanoseconds')
--
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]