raulcd commented on code in PR #50769: URL: https://github.com/apache/arrow/pull/50769#discussion_r3783844356
########## 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: The failures seem related to the changes on `test_backwards_compatible_column_metadata_handling`. They didn't fail for the last nightly run: https://github.com/ursacomputing/crossbow/actions/runs/31758047403/job/94638094168 Last nightly for `test-conda-python-3.14-pandas-upstream_devel-numpy-nightly` used: numpy 2.6.0.dev0+git20260812.d712d42 and pandas 3.1.0.dev0+1566.gf040cfd389 on this job: numpy 2.6.0.dev0+git20260812.d712d42 and pandas 3.1.0.dev0+1567.g7b0bc4da28 So there's a single pandas commit difference which seems unrelated: https://github.com/pandas-dev/pandas/commit/7b0bc4da28cfd654be81e964654cf64de5f8a411 -- 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]
