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 As discovered in #5610, CI fails on some tests when more characters are added to REGEXP_LIMITED_CHARS_COMMON.
REGEXP_LIMITED_CHARS_COMMON
Steps/Code to reproduce bug In RegularExpressionTranspilerSuite, set
RegularExpressionTranspilerSuite
private val REGEXP_LIMITED_CHARS_COMMON = "|()[]{},.^$*+?abcf123x\\ \t\r\n\f\u000b\u0085BsdwSDWzZ_'\"%#@!;:|/<>`~"
Expected behavior These tests should pass.
Environment details (please complete the following information) N/A
Additional context Could be related to #5662
The text was updated successfully, but these errors were encountered:
I think this should be fixed once #5776 is merged and rapidsai/cudf#11062 is fixed.
Sorry, something went wrong.
anthony-chang
Successfully merging a pull request may close this issue.
Describe the bug
As discovered in #5610, CI fails on some tests when more characters are added to
REGEXP_LIMITED_CHARS_COMMON
.Steps/Code to reproduce bug
In
RegularExpressionTranspilerSuite
, setExpected behavior
These tests should pass.
Environment details (please complete the following information)
N/A
Additional context
Could be related to #5662
The text was updated successfully, but these errors were encountered: