We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
anthony-chang
Successfully merging a pull request may close this issue.
Describe the bug
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
The text was updated successfully, but these errors were encountered: