-
Notifications
You must be signed in to change notification settings - Fork 903
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
Support Arrow NativeFile and PythonFile for remote ORC storage #9377
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-21.12 #9377 +/- ##
================================================
- Coverage 10.79% 10.74% -0.05%
================================================
Files 116 116
Lines 18869 19081 +212
================================================
+ Hits 2036 2051 +15
- Misses 16833 17030 +197
Continue to review full report at Codecov.
|
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.
LGTM
Co-authored-by: Charles Blackmon-Luca <[email protected]>
@gpucibot merge |
This is a follow-up to #9304, and is more-or-less the ORC version of #9376
These changes will enable partial IO to behave "correctly" for
cudf.read_orc
from remote storage. Simpe multi-stripe file example: