emptyOVO commented on PR #11102: URL: https://github.com/apache/inlong/pull/11102#issuecomment-2349070342
because there is a conflict between the function `REGEXP` and sql syntax `REGEXP` , it will cause parse error in ``` CCJSqlParserManager parserManager = new CCJSqlParserManager(); Select select = (Select) parserManager.parse(new StringReader(sql)); ``` so the `REGEXP` function was renamed as `REGEX` function -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org