AlenkaF commented on issue #39531: URL: https://github.com/apache/arrow/issues/39531#issuecomment-1882966187
Aha, the second failing tests (`test_dataframe.py::test_view`) is not raising due to our CI using pandas version `2.1.4` and dask probably using dev version of pandas where `pd.Series.view` is being deprecated: https://pandas.pydata.org/docs/dev/reference/api/pandas.Series.view.html -- 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]
