-
Notifications
You must be signed in to change notification settings - Fork 655
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: test_read_parquet_pandas_index[pyarrow] is broken at main due to pyarrow 12.0 #6072
Comments
Prior to pyarrow 12.0.0, pandas returns an I wasn't able to track down a specific breaking commit in pyarrow's release notes, but apache/arrow#34404 may be tangentially related. The change in pyarrow's behavior may be just for compatibility with pandas 2.0.0, so we may need to just pin pyarrow to a working version until we update our own pandas version. |
I reiterate my plea to please stop pinning pandas so hard:
Pandas 2.0 is almost two months old - compatibility with a new pandas releases should be a release blocker IMO, so releasing 0.21 without that is really suboptimal. Now you're forcing your users to forego both the benefits of pyarrow 12 (much less pandas 2.0), because of a single test failure in your CI. Respectfully, this is absurd. Xfail the test, and unskip it once it's fixed. |
Signed-off-by: Anatoly Myachev <[email protected]>
…est (#6223) Signed-off-by: Anatoly Myachev <[email protected]>
Modin version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest released version of Modin.
I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow this guide.)
Reproducible Example
Issue Description
failure here: https://github.com/modin-project/modin/actions/runs/4865646453/jobs/8676331782?pr=6064
test passes on older pyarrow 11.0.0
Expected Behavior
test should pass
Error Logs
Installed Versions
The text was updated successfully, but these errors were encountered: