-
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 replace functions to cudf strings column #3409
[REVIEW] Port NVStrings regex replace functions to cudf strings column #3409
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-0.12 #3409 +/- ##
==============================================
+ Coverage 86.66% 86.7% +0.04%
==============================================
Files 50 50
Lines 9601 9601
==============================================
+ Hits 8321 8325 +4
+ Misses 1280 1276 -4
Continue to review full report at Codecov.
|
Move to 0.12 |
rerun tests |
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.
Review of backref_re.cu
, will follow up with review of other files
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 good! Just a couple small comments about comma operator. There are a couple things I would modify but they have already been mentioned in the follow up clean up :)
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 good :)
Porting NVStrings replace functions that use regex to cudf strings column:
Depends on #3292 for the base regex code.