-
Notifications
You must be signed in to change notification settings - Fork 2
Update for pyarrow 21.0.0 #8
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
|
Hi @AlenkaF , two things:
|
89315f9 to
28b8b25
Compare
Done.
With the last commit and hacky diff for local dev setup: the tests passed. Adding package info, just in case: |
|
It seems this needs to be fixed for PyArrow 0.14, see CI failures. |
|
Plan to have a look at it tomorrow/Friday. Thanks! |
|
@pitrou pinging for CI approval. |
raulcd
left a comment
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.
Thanks @AlenkaF !
|
I'm gonna make a new release soon. |
|
The release is now made: https://pypi.org/project/pyarrow-hotfix/ |
Upgrade `pyarrow-hotfix` to fix compatibility issue with the latest pyarrow nightly. See pitrou/pyarrow-hotfix#8 Signed-off-by: Hao Chen <[email protected]>
In PyArrow version 21.0.0
PyExtensionTypewill be removed, see apache/arrow#46199. We need to update the checks in__init__so that the hotfix doesn't break with future pyarrow versions.