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] Add support for regexp_replace with back-references #4557

Closed
andygrove opened this issue Jan 18, 2022 · 1 comment · Fixed by #5087
Closed

[FEA] Add support for regexp_replace with back-references #4557

andygrove opened this issue Jan 18, 2022 · 1 comment · Fixed by #5087
Assignees
Labels
feature request New feature or request

Comments

@andygrove
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Once #4556 is merged, we will fall back to CPU for regexp_replace with back-references. This is issue is for supporting this feature on GPU.

Describe the solution you'd like
Support regexp_replace with back-references on the GPU.

Describe alternatives you've considered
None

Additional context
None

@andygrove andygrove added feature request New feature or request ? - Needs Triage Need team to review and classify labels Jan 18, 2022
@sameerz sameerz removed the ? - Needs Triage Need team to review and classify label Jan 18, 2022
@sperlingxx
Copy link
Collaborator

Can we leverage cuDF String method stringReplaceWithBackrefs to do regexp_replace with back-references?

@sperlingxx sperlingxx self-assigned this Mar 25, 2022
sperlingxx added a commit that referenced this issue Apr 2, 2022
Signed-off-by: sperlingxx lovedreamf@gmail.com

Closes #4557

Support for regexp_replace with back-references.
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 a pull request may close this issue.

3 participants