Skip to content

[BUG] REGEXP_REPLACE does not protect against columnar replace #117

Closed
@revans2

Description

@revans2

Describe the bug
You can pass anything you want as the replacement to REGEXP_REPLACE, but it does not support columnar input, and it does not support a null literal either. In both cases you will get an exception. This is similar to #116 but I filed a separate issue because it is a separate operator, even though it has the same underlying implementation.

Metadata

Metadata

Assignees

Labels

SQLpart of the SQL/Dataframe pluginbugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions