-
Notifications
You must be signed in to change notification settings - Fork 918
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
Migrate ORC reader to pylibcudf #16042
Migrate ORC reader to pylibcudf #16042
Conversation
I'll rebase this once a couple more of the open Arrow changes go in since some of them touch the orc files. |
Thanks, this was mostly ready to go last time. Just needed more tests. |
97e740c
to
ee72ff5
Compare
448dcbd
to
748f11c
Compare
/ok to test |
748f11c
to
79ca12b
Compare
/ok to test |
/ok to test |
/ok to test |
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.
A few suggestions. Generally this seems fine. Code movement into pylibcudf is good!
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.
A few small niggles
/ok to test |
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.
I think this is basically ready apart from the niggles around default types and docstring suggestions from @bdice
/ok to test |
/okay to test |
/merge |
Thanks for pushing this through! |
Happy to! Thanks for getting it so far. |
Removes unused IO utilities from cuDF Python. Depends on #17163 #16042 #17252 #17263 Authors: - Matthew Murray (https://github.com/Matt711) Approvers: - Bradley Dice (https://github.com/bdice) URL: #17374
Description
xref #15162
Checklist