Kent Yao created SPARK-34376: -------------------------------- Summary: Support regexp as function Key: SPARK-34376 URL: https://issues.apache.org/jira/browse/SPARK-34376 Project: Spark Issue Type: Bug Components: SQL Affects Versions: 3.0.1, 2.4.7, 3.1.0 Reporter: Kent Yao
We have equality in SqlBase.g4 for RLIKE: 'RLIKE' | 'REGEXP'; We seemed to miss adding REGEXP as a SQL function just like RLIKE This is also registered in Hive as a function, we can reduce the migration plan for those users -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org