[FEA] Support REGEXP_REPLACE to replace null values #3876
Labels
cudf_dependency
An issue or PR with this label depends on a new feature in cudf
feature request
New feature or request
P1
Nice to have for release
Milestone
Is your feature request related to a problem? Please describe.
Need to support REGEXP_REPLACE to replace null values.
Such as
REGEXP_REPLACE(col, '\000', '')
For example, here is a minimum reproduce:
It will fallback with below driver log:
Below is the result:
The text was updated successfully, but these errors were encountered: