-
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
Reorganize ORC reader into multiple files and perform some small fixes to cuIO code #14665
Merged
rapids-bot
merged 47 commits into
rapidsai:branch-24.02
from
ttnghia:refactor_orc_reader
Jan 17, 2024
Merged
Changes from 27 commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
451817f
Add default constructor
ttnghia 9bb8bea
Change order of initialization
ttnghia f39ec89
Implementing chunk reader
ttnghia 4f4563d
Merge branch 'branch-24.02' into orc_reader
ttnghia 18e88c4
Fix compile errors
ttnghia 2d24847
Tests pass
ttnghia 27fc3c1
Minor changes
ttnghia 40c7653
Merge branch 'branch-24.02' into refactor_orc_reader
ttnghia 1fe0590
Cleanup
ttnghia 4e40847
Rewrite function
ttnghia 451323f
Remove (unused) chunking code
ttnghia 7153fcf
Update copyright year
ttnghia ad0ea2b
Remove unused chunking code
ttnghia b7a98c3
Break dependency
ttnghia 2f039d8
Reorder variables
ttnghia 1df55a6
Cleanup
ttnghia 62afe56
Cleanup
ttnghia 3fb08f7
Change namespace
ttnghia 46cb03d
Update copyright year
ttnghia e8d482c
Update cpp/include/cudf/io/orc.hpp
ttnghia 322ad6c
Remove redundant namespace import
ttnghia 4212960
Remove prefix namespace
ttnghia 84e09c7
Merge branch 'branch-24.02' into refactor_orc_namespace
ttnghia 05bc865
Merge branch 'refactor_orc_namespace' into refactor_orc_reader
ttnghia 173235b
Adopt changes
ttnghia b891d32
Merge branch 'branch-24.02' into refactor_orc_reader
ttnghia ea13634
Merge branch 'branch-24.02' into refactor_orc_reader
ttnghia 0d971f1
Remove namespace import
ttnghia 087357b
Merge branch 'orc_chunked_reader' into refactor_orc_reader
ttnghia 68f7d2d
Merge branch 'branch-24.02' into refactor_orc_reader
ttnghia 549bace
Rename variable
ttnghia b557546
Update docs
ttnghia 1b14b96
Return metadata even if there is no column
ttnghia aa167b7
Rename function
ttnghia 0f682cd
Merge branch 'branch-24.02' into refactor_orc_reader
ttnghia 8e7075f
Revert "Return metadata even if there is no column"
ttnghia 6013b9a
Merge branch 'branch-24.02' into refactor_orc_reader
ttnghia 0f10df8
Remove redundant declaration
ttnghia 56886d9
Remove unused function
ttnghia bf68f57
Some more cleanup
ttnghia 0a42078
Merge branch 'branch-24.02' into refactor_orc_reader
vuule acaf936
Remove unused variables
ttnghia 8d0b824
Merge branch 'branch-24.02' into refactor_orc_reader
ttnghia af03f3a
Merge branch 'branch-24.02' into refactor_orc_reader
ttnghia bd5cf9b
Add more comment
ttnghia 3aba72d
Merge branch 'branch-24.02' into refactor_orc_reader
ttnghia 08e76dd
Merge branch 'branch-24.02' into refactor_orc_reader
ttnghia File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This file has some small fixes with compiler markup.