morrySnow commented on code in PR #65199:
URL: https://github.com/apache/doris/pull/65199#discussion_r3518485931
##########
regression-test/suites/query_p0/sql_functions/string_functions/test_split_by_string.groovy:
##########
@@ -23,6 +23,7 @@ suite("test_split_by_string") {
qt_sql "select split_by_string('','');"
qt_sql "select split_by_string('',',');"
qt_sql "select split_by_string('','a');"
+ qt_issue_64803 "select split_by_string('', ','), split_by_string('',
'abc'), split_by_string('', '');"
Review Comment:
有一个function的回归,会检查fe be
结果一致性。把这个测试case移动到那里边吧:query_p0/sql_functions/string_functions/test_string_all.groovy
--
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]