HappenLee commented on code in PR #47965:
URL: https://github.com/apache/doris/pull/47965#discussion_r1959040074


##########
regression-test/suites/query_p0/aggregate/array_agg.groovy:
##########
@@ -276,6 +276,13 @@ suite("array_agg") {
     order_qt_sql_array_agg_array """ SELECT id, array_agg(kastr) FROM 
test_array_agg_complex GROUP BY id ORDER BY id """
     order_qt_sql_array_agg_map """ SELECT id, array_agg(km) FROM 
test_array_agg_complex GROUP BY id ORDER BY id """
     order_qt_sql_array_agg_struct """ SELECT id, array_agg(ks) FROM 
test_array_agg_complex GROUP BY id ORDER BY id """
+    order_qt_sql_collect_list_array """ SELECT id, collect_list(kastr) FROM 
test_array_agg_complex GROUP BY id ORDER BY id """

Review Comment:
   add test for has limit 



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