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


##########
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:
   Yeah, it might be that bumping the minimum pandas version to 1.0 in the 
meantime has made that disappear already



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