morrySnow commented on code in PR #23244: URL: https://github.com/apache/doris/pull/23244#discussion_r1301108609
########## regression-test/suites/nereids_function_p0/scalar_function/P.groovy: ########## @@ -27,6 +27,7 @@ suite("nereids_scalar_fn_P") { sql "select parse_url(kvchrs1, 'HOST', 'PROTOCOL') from fn_test_not_nullable order by kvchrs1, kvchrs1, kvchrs1" sql "select parse_url(kstr, 'HOST', 'PROTOCOL') from fn_test order by kstr, kstr, kstr" sql "select parse_url(kstr, 'HOST', 'PROTOCOL') from fn_test_not_nullable order by kstr, kstr, kstr" + qt_sql_pwd """select password("123")""" Review Comment: add qt_sql_password_Varchar, qt_sql_password_String, qt_sql_password_Varchar_notnull, qt_sql_password_String_notnull -- 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