tadeja commented on issue #48961: URL: https://github.com/apache/arrow/issues/48961#issuecomment-3797220429
For the new non-docs failures raised by @h-vetinari I've created #48978, replicated failures at my end (with `fastparquet` and without `pytz` installed as that is not the case on CI) and suggested fixes in pr #48979 > It's not just doc tests. In conda-forge, I'm seeing the following kind of test failures for arrow v23 (& v22) with pandas v3 > FAILED pyarrow/tests/parquet/test_basic.py::test_fastparquet_cross_compatibility - AssertionError: Attributes of DataFrame.iloc[:, 0] (column name="a") are different > FAILED pyarrow/tests/test_pandas.py::test_timestamp_as_object_non_nanosecond[dt0-America/New_York-s] - ValueError: fromutc: dt.tzinfo is not self > The errors go away if I pin `pandas <3`. -- 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]
