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

Add support for regexp_replace with back-references #5087

Merged
merged 8 commits into from
Apr 2, 2022

Conversation

sperlingxx
Copy link
Collaborator

@sperlingxx sperlingxx commented Mar 30, 2022

Signed-off-by: sperlingxx lovedreamf@gmail.com

Closes #4557

Support for regexp_replace with back-references.
In spark-rapids, we transform replacement pattern from Spark style to cuDF style, like: \1 $1 -> ${1}.
In cuDF, we adjust the valid range of group index to accommodate Spark. So, current PR relies on cuDF PR

Signed-off-by: sperlingxx <lovedreamf@gmail.com>
Signed-off-by: sperlingxx <lovedreamf@gmail.com>
@sperlingxx
Copy link
Collaborator Author

build

Signed-off-by: sperlingxx <lovedreamf@gmail.com>
@sperlingxx
Copy link
Collaborator Author

build

1 similar comment
@andygrove
Copy link
Contributor

build

@sperlingxx sperlingxx merged commit 00d4340 into NVIDIA:branch-22.06 Apr 2, 2022
@sperlingxx sperlingxx deleted the regex_rep_backref branch April 2, 2022 01:25
@sameerz sameerz added the feature request New feature or request label Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEA] Add support for regexp_replace with back-references
3 participants