eldenmoon commented on code in PR #17416: URL: https://github.com/apache/doris/pull/17416#discussion_r1125471383
########## regression-test/suites/query_p0/sql_functions/array_functions/test_array_functions.groovy: ########## @@ -99,6 +99,12 @@ suite("test_array_functions") { qt_select "SELECT k1, array_popback(k7) from ${tableName} ORDER BY k1" qt_select "SELECT k1, array_popback(k8) from ${tableName} ORDER BY k1" qt_select "SELECT k1, array_popback(k10) from ${tableName} ORDER BY k1" + qt_select "SELECT k1, array_popfront(k2) from ${tableName} ORDER BY k1" Review Comment: test_array_functions_by_literal.groovy you can easily write cases by 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