Skip to content
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] cudf::gather for Struct columns #5912

Closed
mythrocks opened this issue Aug 10, 2020 · 0 comments · Fixed by #5984
Closed

[FEA] cudf::gather for Struct columns #5912

mythrocks opened this issue Aug 10, 2020 · 0 comments · Fixed by #5984
Assignees
Labels
2 - In Progress Currently a work in progress feature request New feature or request libcudf Affects libcudf (C++/CUDA) code.

Comments

@mythrocks
Copy link
Contributor

After #5807 is merged, it would be good to have support for cudf::gather() on struct columns. This would enable the composition of list<struct> from a struct column. At the moment, calling cudf::gather() on a struct column would lead to a CUDF failure.

@mythrocks mythrocks added feature request New feature or request 2 - In Progress Currently a work in progress Needs Triage Need team to review and classify labels Aug 10, 2020
@mythrocks mythrocks self-assigned this Aug 10, 2020
@kkraus14 kkraus14 added libcudf Affects libcudf (C++/CUDA) code. and removed Needs Triage Need team to review and classify labels Aug 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 - In Progress Currently a work in progress feature request New feature or request libcudf Affects libcudf (C++/CUDA) code.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants