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_SUBSTR #5973

Open
andygrove opened this issue Jul 8, 2022 · 2 comments
Open

[FEA] Add support for REGEXP_SUBSTR #5973

andygrove opened this issue Jul 8, 2022 · 2 comments
Labels
audit_3.4.0 Audit related tasks for 3.4.0

Comments

@andygrove
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Spark recently added support for REGEXP_SUBSTR in apache/spark@5adcddb

Describe the solution you'd like
Support this on 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 audit_3.4.0 Audit related tasks for 3.4.0 labels Jul 8, 2022
@revans2
Copy link
Collaborator

revans2 commented Jul 8, 2022

This is for a runtime replaceable operator. So if we support RegExpExtract, then there is nothing more we need to do. We might want to add a test for RegExpSubString just to be sure that the replacements are happening as we expect them to. But it should just work out of the box.

@sameerz sameerz removed ? - Needs Triage Need team to review and classify feature request New feature or request labels Jul 12, 2022
@anthony-chang anthony-chang self-assigned this Jul 12, 2022
@anthony-chang
Copy link
Contributor

Blocked until the build can compile, when #5806, #5807, and #5827 are resolved

@anthony-chang anthony-chang removed their assignment Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
audit_3.4.0 Audit related tasks for 3.4.0
Projects
None yet
Development

No branches or pull requests

4 participants