-
Notifications
You must be signed in to change notification settings - Fork 234
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] test_regexp_choice failed #10641
Comments
Not sure if we should set a fixed seed for this issue, seems like it needs to be investigated and resolved. |
We should resolve all of the failures. Setting a fixed seed is a way for the build to stop failing while we do it. |
The particular failure here:
The input string is |
A potential fix for this will be impacted by rapidsai/cudf#15961, so this issue will be blocked until that is merged into cuDF |
Re-evaluate after implementation of #11554 |
To verify results with Original regex pattern: Since cuDF doesn’t recognize
Expected Spark/Java output: It appears cuDF does not handle non-capturing groups |
A couple of things:
|
Thanks @NVnavkumar, you're right #11554 doesn't directly help will this issue. To fix this issue we need to transpile differently, one option is |
Nightly integration test run had a failure in test_regexp_choice.
Details
The text was updated successfully, but these errors were encountered: