zclllyybb commented on code in PR #33055:
URL: https://github.com/apache/doris/pull/33055#discussion_r1544861742


##########
regression-test/suites/nereids_function_p0/scalar_function/Q.groovy:
##########
@@ -25,4 +25,13 @@ suite("nereids_scalar_fn_Q") {
        qt_sql_quarter_DateTimeV2_notnull "select quarter(kdtmv2s1) from 
fn_test_not_nullable order by kdtmv2s1"
        qt_sql_quarter_DateV2 "select quarter(kdtv2) from fn_test order by 
kdtv2"
        qt_sql_quarter_DateV2_notnull "select quarter(kdtv2) from 
fn_test_not_nullable order by kdtv2"
+       qt_sql_quote_varchar_notenull "select quote(kvchrs1) from 
fn_test_not_nullable order by kvchrs1"
+       qt_sql_quote_varchar_notenull "select quote(linestring_wkt) from 
fn_test_not_nullable order by linestring_wkt"
+       qt_sql_quote_varchar_notenull "select quote(polygon_wkt) from 
fn_test_not_nullable order by polygon_wkt"
+       qt_sql_quote_varchar "select quote(kvchrs1) from fn_test order by 
kvchrs1"
+       qt_sql_quote_string "select quote(kstr) from fn_test order by kstr"
+       qt_sql_quote_string "select quote(linestring_wkt) from fn_test order by 
linestring_wkt"
+       qt_sql_quote_string "select quote(polygon_wkt) from fn_test order by 
polygon_wkt"
+       qt_sql_quote_string "select quote(st_point_str) from fn_test order by 
st_point_str"
+       qt_sql_quote_string "select quote(st_point_vc) from fn_test order by 
st_point_vc"

Review Comment:
   also test some literals



-- 
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

Reply via email to