-
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
[FEA] ORC reader supports reading Struct columns. #2879
Labels
Comments
firestarman
added
feature request
New feature or request
? - Needs Triage
Need team to review and classify
labels
Jul 7, 2021
GaryShen2008
added
P0
Must have for release
and removed
? - Needs Triage
Need team to review and classify
labels
Jul 7, 2021
Done for supporting list, and the support of struct is in progress by #2887. |
firestarman
changed the title
[FEA] ORC reader supports reading Struct and Array columns.
[FEA] ORC reader supports reading Struct columns.
Jul 21, 2021
reopening because this was pulled back out with: #3079 |
This depends on rapidsai/cudf#8910, found by the issue #3059 . And should also depend on rapidsai/cudf#8878, even no integration tests expose this error currently. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cudf has added support for array and struct type in ORC reader by the PR rapidsai/cudf#8599 , so we can update the plugin side accordingly.
The text was updated successfully, but these errors were encountered: