sunbc996 opened a new issue #7419: URL: https://github.com/apache/incubator-doris/issues/7419
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version 0.14 ### What's Wrong? 有如下数据和操作: col1 col2 6,2,8,2 5,7,2,8 使用函数: regexp_replace(col1, ",", "\n"), regexp_replace(col2, ",", "\n") ### What You Expected? 理论得到的结果: 6 5 2 7 8 2 2 8 实际得到的值: 6 2 8 2 5 7 2 8 ### How to Reproduce? 我觉得它应该在使用替换的时候,依旧维持2个字段的状态,而不是已经转化成了字符串,再进行字符串转化。应该每个字段内就使用字符串转化。 不知道是否应该是这样? ### 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org