-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Update to latest arrow? #2084
Comments
Yep, the relevant line is ray/thirdparty/scripts/build_arrow.sh Line 50 in c0e4c9d
It's just a matter of replacing that with a more recent commit (and updating the comment above). Sometimes if there have been Arrow API changes, then other changes have to be made as well. |
I tried |
@richardliaw Can you try it with |
|
Thanks, I will submit an arrow PR to fix that! The fix is this: In cpp/src/plasma/client.h, replace #define PLASMA_DEFAULT_RELEASE_DELAY kDeprecatedPlasmaDefaultReleaseDelay; with #define PLASMA_DEFAULT_RELEASE_DELAY plasma::kDeprecatedPlasmaDefaultReleaseDelay |
Patch here, will merge when tests pass: apache/arrow#2063 |
Updating Arrow should also resolve #1014 due to apache/arrow#2055. |
PR to update Ray: #2100 |
Fixed by #2100. |
The torch patch I added to arrow would fix #955, part of #1856, and part of #2036.
Is it feasible to update ray to use that version, or at least apply a patch in the build process to apply that one change?
The text was updated successfully, but these errors were encountered: