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] regex string operation porting to libcudf++ #3689

Closed
abellina opened this issue Jan 3, 2020 · 2 comments
Closed

[FEA] regex string operation porting to libcudf++ #3689

abellina opened this issue Jan 3, 2020 · 2 comments
Labels
feature request New feature or request Spark Functionality that helps Spark RAPIDS

Comments

@abellina
Copy link
Contributor

abellina commented Jan 3, 2020

This is to track the porting to libcudf++ for the regex operations. Initially we need to produce a boolean column with true for a match, and false otherwise, but other regex expressions allow capturing groups in Spark (not as high a priority).

There is a PR for this already: #3292

This was the last remaining issue of: #3179, splitting it off to track separately.

@abellina abellina added feature request New feature or request Needs Triage Need team to review and classify Spark Functionality that helps Spark RAPIDS labels Jan 3, 2020
@abellina
Copy link
Contributor Author

abellina commented Jan 3, 2020

fyi @harrism @davidwendt. In the future I'll file individual issues.

@kkraus14 kkraus14 added libcudf++ and removed Needs Triage Need team to review and classify labels Jan 9, 2020
@kkraus14
Copy link
Collaborator

Fixed by #3292

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 Spark Functionality that helps Spark RAPIDS
Projects
None yet
Development

No branches or pull requests

2 participants