-
Notifications
You must be signed in to change notification settings - Fork 916
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] Port NVStrings regex contains ops #3292
[REVIEW] Port NVStrings regex contains ops #3292
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-0.12 #3292 +/- ##
===============================================
- Coverage 87.43% 86.92% -0.51%
===============================================
Files 49 50 +1
Lines 9446 9346 -100
===============================================
- Hits 8259 8124 -135
- Misses 1187 1222 +35
Continue to review full report at Codecov.
|
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.
Posting partial review for now, will follow up tomorrow.
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.
Please review comments. The less trivial comments / changes I have omitted and put in the follow up issue: #3582
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.
Looks great!
This will port NVStrings contains, match, and count operations that use regex to cudf strings column. This will be the first regex enabled strings column.
This PR depends on #3159 for the is-char-types flags table.