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

[BUG] Transpiler produces regex pattern that cuDF cannot compile #5654

Closed
andygrove opened this issue May 26, 2022 · 0 comments · Fixed by #5664
Closed

[BUG] Transpiler produces regex pattern that cuDF cannot compile #5654

andygrove opened this issue May 26, 2022 · 0 comments · Fixed by #5664
Assignees
Labels
bug Something isn't working

Comments

@andygrove
Copy link
Contributor

Describe the bug

cuDF failed to compile pattern: ,\u000b\u000b([\n\r\u0085\u2028\u2029]|\r\n)?$|,\u000bz\f, original: ,\u000b\u000b$$|,\u000bz\f, replacement: \_\RE\\P\L\A\C\E\_$1

Steps/Code to reproduce bug
Run transpiler tests in #5610

Expected behavior
We should detect that cuDF would not be able to compile this and fall back to CPU

Environment details (please complete the following information)
N/A

Additional context
None

@andygrove andygrove added bug Something isn't working ? - Needs Triage Need team to review and classify labels May 26, 2022
@anthony-chang anthony-chang self-assigned this May 26, 2022
@mattahrens mattahrens removed the ? - Needs Triage Need team to review and classify label May 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
3 participants