You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
test_re_replace_no_unicode_fallback integration test failed on yarn cluster
[2023-04-04T18:17:46.871Z] E py4j.protocol.Py4JJavaError: An error occurred while calling z:org.apache.****.sql.rapids.ExecutionPlanCaptureCallback.assertDidFallBack.
[2023-04-04T18:17:46.871Z] E : java.lang.AssertionError: assertion failed: Could not find RegExpReplace in the GPU plans:
[2023-04-04T18:17:46.871Z] E GpuColumnarToRow false
[2023-04-04T18:17:46.871Z] E +- GpuProject [gpuregexpreplace(a#12, TEST, PROD) AS regexp_replace(a, TEST, PROD, 1)#14], true
[2023-04-04T18:17:46.871Z] E +- GpuRowToColumnar targetsize(2147483647)
[2023-04-04T18:17:46.871Z] E +- *(1) Scan ExistingRDD[a#12]
[2023-04-04T18:17:46.871Z] E
The text was updated successfully, but these errors were encountered:
Describe the bug
test_re_replace_no_unicode_fallback integration test failed on yarn cluster
[2023-04-04T18:17:46.871Z] E py4j.protocol.Py4JJavaError: An error occurred while calling z:org.apache.****.sql.rapids.ExecutionPlanCaptureCallback.assertDidFallBack.
[2023-04-04T18:17:46.871Z] E : java.lang.AssertionError: assertion failed: Could not find RegExpReplace in the GPU plans:
[2023-04-04T18:17:46.871Z] E GpuColumnarToRow false
[2023-04-04T18:17:46.871Z] E +- GpuProject [gpuregexpreplace(a#12, TEST, PROD) AS regexp_replace(a, TEST, PROD, 1)#14], true
[2023-04-04T18:17:46.871Z] E +- GpuRowToColumnar targetsize(2147483647)
[2023-04-04T18:17:46.871Z] E +- *(1) Scan ExistingRDD[a#12]
[2023-04-04T18:17:46.871Z] E
The text was updated successfully, but these errors were encountered: