milesgranger commented on code in PR #14729:
URL: https://github.com/apache/arrow/pull/14729#discussion_r1034610079


##########
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:
   Okay, well it's not in CI that I can see.. not sure how I managed to get 
that. will remove the filter.



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