-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Table SQL / API
-
Labels:
For example, the expression `Null(STRING).regexpReplace('oo|ar', '')` throws the following exception.
org.apache.flink.table.api.ExpressionParserException: Could not parse expression at column 13: string matching regex `(?i)\Qas\E(?![_$\p{javaJavaIdentifierPart}])' expected but `.' found Null(STRING).regexpReplace('oo|ar', '') ^ at org.apache.flink.table.expressions.ExpressionParser$.throwError(ExpressionParser.scala:576) at org.apache.flink.table.expressions.ExpressionParser$.parseExpression(ExpressionParser.scala:569)
- links to