diff --git a/regression-test/suites/nereids_function_p0/scalar_function/R.groovy b/regression-test/suites/nereids_function_p0/scalar_function/R.groovy index 47e08ae39eef2f..fa58e6d0cb219e 100644 --- a/regression-test/suites/nereids_function_p0/scalar_function/R.groovy +++ b/regression-test/suites/nereids_function_p0/scalar_function/R.groovy @@ -99,6 +99,6 @@ suite("nereids_scalar_fn_R") { qt_sql_rtrim_Varchar_Varchar_notnull "select rtrim(kvchrs1, '1') from fn_test_not_nullable order by kvchrs1" qt_sql_rtrim_String_String "select rtrim(kstr, '1') from fn_test order by kstr" qt_sql_rtrim_String_String_notnull "select rtrim(kstr, '1') from fn_test_not_nullable order by kstr" - sql_random_bytes "SELECT random_bytes(7);" + sql "SELECT random_bytes(7);" qt_sql_random_bytes "SELECT random_bytes(null);" }