-
Notifications
You must be signed in to change notification settings - Fork 242
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
ORC reader supports struct #2887
Merged
Merged
Changes from 2 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
5f0ceb5
orc reader supports struct and list
firestarman 5b32a8d
Update the tests
firestarman a2749c6
Address comments
firestarman 3d37d6e
Merge branch 'branch-21.08' into orc-read
firestarman 9f46068
support only struct
firestarman c9a1e84
Merge branch 'branch-21.08' into orc-read
firestarman 3e1d6b6
tool module update
firestarman cecadba
Add tests for nested column pruning
firestarman b724f00
default to false
firestarman 2a30234
Fallback to cpu for nested schema pruning.
firestarman ac2149a
Merge branch 'branch-21.08' into orc-read
firestarman b7fdeb7
Updated tests
firestarman 79dbfe4
Fall back to the CPU only finding struct column
firestarman 4d18885
Add tests for nested predicate pushdown.
firestarman de93d07
correct the fallback condition
firestarman 4506d0e
remove extra line
firestarman a1240e0
Address comments
firestarman 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
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
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.
We can't check this in as-is -- it can silently corrupt data on an ORC read. Either we need to make the struct support qualified by a separate incompatible config that defaults to off or wait until it is fixed.
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.
The issue rapidsai/cudf#8704 is marked as " v21.08 Release", so I chose to wait for the fix.