-
Notifications
You must be signed in to change notification settings - Fork 926
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
Add support for pyarrow-19
#17794
Add support for pyarrow-19
#17794
Conversation
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.
See also #17422 which I believe contains equivalent changes but was blocked by some kind of Arrow failure.
@@ -4373,6 +4374,10 @@ def test_parquet_reader_mismatched_nullability_structs(tmpdir): | |||
) | |||
|
|||
|
|||
@pytest.mark.skipif( | |||
platform.machine() == "aarch64", |
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 also skip this only if the version is 19.0.0? We should make sure this fix gets into later releases.
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.
yup
I'm going to trigger a merge since this is needed for #17422. |
/merge |
922ca75
into
rapidsai:branch-25.02
We missed updating conda recipes and CMakeLists.txt for libcudf tests here… We’ll get those changes in #17422. |
Description
This PR upgrades the upper bound pinnings for
pyarrow
incudf
.Checklist