McClone opened a new issue, #25605: URL: https://github.com/apache/doris/issues/25605
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 2.0.1 ### What's Wrong? create view view_model_sql_LI1Aas select `dip`, `host` from view_model.view_model_sql_D3PK WHERE `host` regexp '\\\\d+.\\\\d+.\\\\d+.\\\\d+' limit 1; but show create view view_model_sql_LI1Ais CREATE VIEW `view_model_sql_LI1A` COMMENT 'VIEW' AS SELECT `dip` AS `dip`, `host` AS `host` FROM `default_cluster:view_model`.`view_model_sql_D3PK` WHERE `host` REGEXP '\d+.\d+.\d+.\d+'; the regular is change with wrong are \d+.\d+.\d+.\d+ ### What You Expected? doris对正则表达式的读取不同于其他的平台,我认为应该要一致,比如在线解析正则的网站。 Doris' reading of regular expressions is different from other platforms, and I believe it should be consistent, such as websites that analyze regular expressions online ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
