-
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
Add support for reading ORC file with no row group index #9060
Add support for reading ORC file with no row group index #9060
Conversation
…orc_struct_null_issue
@rgsl888prabhu , test |
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-21.10 #9060 +/- ##
===============================================
Coverage ? 10.73%
===============================================
Files ? 114
Lines ? 19058
Branches ? 0
===============================================
Hits ? 2046
Misses ? 17012
Partials ? 0 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.
Minor nitpicks only. Feel free to ignore
rerun tests |
rerun tests |
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.
Couple of dubious suggestions :)
@gpucibot merge |
The ORC reader in cuIO was designed thinking row group index is always available, which resulted in the failure. Changes have been made to read ORC files even in case group index stream is not available. closes rapidsai#8878 Authors: - Ram (Ramakrishna Prabhu) (https://github.com/rgsl888prabhu) Approvers: - GALI PREM SAGAR (https://github.com/galipremsagar) - Devavret Makkar (https://github.com/devavret) - Vukasin Milovanovic (https://github.com/vuule) - https://github.com/nvdbaranec URL: rapidsai#9060
The ORC reader in cuIO was designed thinking row group index is always available, which resulted in the failure.
Changes have been made to read ORC files even in case group index stream is not available.
closes #8878