Skip to content

Commit

Permalink
Update U.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
liugddx authored Feb 4, 2024
1 parent 4fb7abd commit 72e40b0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ suite("nereids_scalar_fn_U") {
qt_sql_upper_String_notnull "select upper(kstr) from fn_test_not_nullable order by kstr"
sql "select user() from fn_test"
sql "select user() from fn_test_not_nullable"
qt_sql_url_decode "select url_decode('https%3A%2F%2Fdoris.apache.org%2Fzh-CN%2Fdocs%2Fsql-manual%2Fsql-functions%2Fstring-functions')"
}
qt_sql_url_decode "select url_decode('https%3A%2F%2Fdoris.apache.org%2Fzh-CN%2Fdocs%2Fsql-manual%2Fsql-functions%2Fstring-functions')"
}

0 comments on commit 72e40b0

Please sign in to comment.