ngoldbaum commented on code in PR #50769: URL: https://github.com/apache/arrow/pull/50769#discussion_r3784485466
########## python/pyarrow/tests/parquet/test_pandas.py: ########## @@ -430,16 +429,14 @@ def test_backwards_compatible_index_multi_level_some_named(datadir): @pytest.mark.pandas def test_backwards_compatible_column_metadata_handling(datadir): Review Comment: I think this is happening because of https://github.com/pandas-dev/pandas/pull/65194. This test is skipped on `main` so this is the first time it's been hit. One way to paper over this is to pass `check_freq=False` to `assert_frame_equal` below. @jorisvandenbossche should this maybe have been a warning instead of an error on the Pandas side? -- 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]
