-
Notifications
You must be signed in to change notification settings - Fork 902
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
[REVIEW] cudf strings column #2811
[REVIEW] cudf strings column #2811
Conversation
…fea-ext-column-redesign
Assigned to 0.10 just so it's in a project board, but feel free to move to 0.11 or wherever else. |
…into pr/davidwendt/2811
rerun tests |
rerun tests |
Had to redo tests do to a back hypothesis package that has now been reverted |
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.
One last safety check, and then it looks good to me. Great work!
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.
Sorry I was late to review. Looks good. Couldn't find any problems in the logic. Only thing that looks a bit iffy is the logic to create device view for columns and tables in case of hierarchical columns but I can't think of a better way.
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.
I forgot to check this before.
@harrism waiting for your approval to merge. |
This is the cudf strings column work based on #2207
The intention is to convert NVStrings C++ code over to use and create cudf::column classes.
This will become the basis for the cudf python interface for strings as well.