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


##########
python/pyarrow/tests/parquet/test_pandas.py:
##########
@@ -404,6 +404,10 @@ def 
test_backwards_compatible_index_multi_level_some_named(datadir):
 
 @pytest.mark.pandas
 def test_backwards_compatible_column_metadata_handling(datadir):
+    if Version("2.2.0") <= Version(pd.__version__):
+        # TODO: regression in pandas
+        # add a link to the issue

Review Comment:
   ```suggestion
           # TODO: regression in pandas
           # https://github.com/pandas-dev/pandas/issues/56775
   ```



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