-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Backport fastparquet 0.7 compat (PR #42954 and #42919) #42987
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
Backport fastparquet 0.7 compat (PR #42954 and #42919) #42987
Conversation
What? How is CI picking up fastparquet 0.7.0. This needs more investigation... |
Anyone on the core team want to restart just the database builds? I just want to confirm that this is not flaky. |
# Still need to ensure that this raises in all versions below | ||
import fastparquet as fp | ||
|
||
monkeypatch.setattr(fp, "__version__", "0.4") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This monkeypatch actually shouldn't be needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, forgot to revert this part. It's actually present in master too. Will do after this, so the bot can auto backport.
Restarted, but it was indeed installing fastparquet 0.7.0 ... |
Ok figured it out. fastparquet decided to actually enforce numpy>1.18 in 0.7.1. |
Thanks! (and indeed, a follow-up PR for my comment is the easiest ;)) |
This is a non-trivial backport. Please first review changed files before merging. Thanks