Skip to content

Commit ef60b3c

Browse files
committed
Re-enable string split anchor fuzz test
The cuDF Glushkov fast path no longer treats a lazy quantifier as greedy in split_re (rapidsai/cudf#23381), and the fix is present in the cuDF revision built into the consumed spark-rapids-jni snapshot, so the test that was disabled for #15293 can run again. Closes #15293 Signed-off-by: Igor Peshansky <ipeshansky@nvidia.com>
1 parent 3129c8c commit ef60b3c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/src/test/scala/com/nvidia/spark/rapids/RegularExpressionTranspilerSuite.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -975,8 +975,7 @@ class RegularExpressionTranspilerSuite extends AnyFunSuite {
975975
}
976976
}
977977

978-
// Disabled until https://github.com/NVIDIA/cudf-spark/issues/15293 is fixed
979-
ignore("string split fuzz - anchor focused") {
978+
test("string split fuzz - anchor focused") {
980979
val (data, patterns) = generateDataAndPatterns(validDataChars = Some("\r\nabc"),
981980
validPatternChars = "^$\\AZz\r\n()", RegexSplitMode)
982981
doStringSplitTest(patterns, data, -1)

0 commit comments

Comments
 (0)