-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DEPS: bump pyarrow min to 1.0 #41329 #44064
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
Conversation
fangchenli
commented
Oct 17, 2021
•
edited
Loading
edited
- closes DEPS: bump pyarrow min to 1.0 #41329
- tests added / passed
- Ensure all linting tests pass, see here for how to run them
- whatsnew entry
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.
Can we remove pa_under_1p0 too? Thanks. Looks good otherwise.
pandas/pandas/compat/pyarrow.py
Line 10 in 776329f
pa_version_under1p0 = _palv < Version("1.0.0") |
I'll remove all the compat in a follow-up PR. |
prob worth bumping to the latest patch version of 1.x (e.g. 1.0.1) |
thanks @fangchenli |
Updated the pyarrow version requirement from 0.17 to 1.0.1 in the "Multithreaded CSV reading" section, to make it in line with pandas-dev#44064. Docs only, no functional changes.