-
Notifications
You must be signed in to change notification settings - Fork 237
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] ParseDateTimeSuite UT failed #4176
Comments
This appears to be for 22.02.0-SNAPSHOT and is not failing on 21.12 |
the failure here is caused when there is a newline in the string:
|
I am not positive on this but this commit is dealing with newline and is about the time our test started to fail: rapidsai/cudf@c1bfb26 I might be wrong because its dealing with regex vs string to timestamp but that is the only change I saw in the code. I will verify |
so I confirmed that reverting 6dc7b1d16f0eecdc2f932a6f9b94af630db534c5 - Fix regex non-multiline EOL/$ matching strings ending with a new-line (#9715) make the behavior go back and the test passes |
cudf issue: rapidsai/cudf#9764 |
PR up to temporarily disable the tests, they need to be re-enabled when cudf is fixed |
We should be able to re-enable these tests now. |
Describe the bug
mvn -Dbuildver=302 clean package -DwildcardSuites=com.nvidia.spark.rapids.ParseDateTimeSuite
mvn -Dbuildver=312 clean package -DwildcardSuites=com.nvidia.spark.rapids.ParseDateTimeSuite
The text was updated successfully, but these errors were encountered: