carlvinhust2012 commented on code in PR #17703:
URL: https://github.com/apache/doris/pull/17703#discussion_r1133397995


##########
regression-test/suites/query_p0/sql_functions/array_functions/test_array_functions.groovy:
##########
@@ -60,6 +60,10 @@ suite("test_array_functions") {
     qt_select "SELECT array_remove(k2, k1), k1 FROM ${tableName} ORDER BY k1"
     qt_select "SELECT array_remove(k8, cast('2023-02-05' as datev2)) FROM 
${tableName} ORDER BY k1"
     qt_select "SELECT array_remove(k10, cast('2022-10-15 10:30:00.999' as 
datetimev2(3))) FROM ${tableName} ORDER BY k1"
+    qt_select "SELECT array_remove(k2, k1, 1), k1 FROM ${tableName} ORDER BY 
k1"

Review Comment:
   Maybe add some case for decimal and decimalv2 type is more better.



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