-
Notifications
You must be signed in to change notification settings - Fork 25
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
[python] Update pyarrow dependency #1925
Conversation
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1925 +/- ##
===========================================
+ Coverage 63.09% 89.74% +26.64%
===========================================
Files 106 34 -72
Lines 10050 3598 -6452
===========================================
- Hits 6341 3229 -3112
+ Misses 3709 369 -3340
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Is this from the pyarrow CVE? If so, it looks like we would want to eliminate everything <=v14.0.0 rather than specifically 14.0.0. For py3.7 our only option might be the hotfix? |
Commit 9608859 implements the plan at #1926 (comment) |
ccfbc81
to
cad6b80
Compare
R/Python interop is failing, and will continue to fail, until we have core 2.18 along all callpaths |
cad6b80
to
080b5c2
Compare
Thanks @bkmartinjr ! |
Issue and/or context: #1926
This is for the
pyarrow
CVE. @bkmartinjr has verified we don't use the vulnerable code path, but, it's good optics for us to update.Changes:
Notes for Reviewer: