-
Notifications
You must be signed in to change notification settings - Fork 915
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
[REVIEW] Upgrade arrow
& pyarrow
to 6.0.1
#9686
Conversation
rerun tests |
Is there any risk to us using the constraint >= arrow/pyarrow 5 rather than requiring 6? This would likely make it much easier to interact with tools that are slower to upgrade. |
We can't do that. We link against the |
rerun tests |
1 similar comment
rerun tests |
Arrow has new 6.0.1 bug fix release. Could you please use that instead of 6.0.0? I believe it would be a trivial change. |
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.
CMake changes LGTM
Python / CMake / Conda changes all LGTM, thanks @galipremsagar! |
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.
Looks good, just need to update year in copyright
Thanks for the reviews, everyone! @robertmaynard @rgsl888prabhu @bdice Thanks @kkraus14 for the help with runtime gxx & cxx libraries. |
rerun tests |
2 similar comments
rerun tests |
rerun tests |
@galipremsagar Not sure you are aware of the build error for
Looks like you will need to update this test code before the build will work? |
Have seen this undefined symbol issue, We don't see this error locally. It appears to be happening in CI if we try to upgrade arrow to 6.0 from 5.0 in ci, if we force remove 5.0 arrow and install 6.0 we don't get this problem. So @Ethyling upgraded our build images too with arrow 6.0 and reran the tests. |
@gpucibot merge |
Resolves: #9645
This PR upgrades
arrow
&pyarrow
to6.0.1
from5.0.0
.