ZhangYu0123 commented on code in PR #18116:
URL: https://github.com/apache/doris/pull/18116#discussion_r1149285911
##########
regression-test/suites/query_p0/sql_functions/array_functions/test_array_functions.groovy:
##########
@@ -112,6 +112,12 @@ suite("test_array_functions") {
qt_select "SELECT k1, array_enumerate_uniq(k7) from ${tableName} ORDER BY
k1"
qt_select "SELECT k1, array_enumerate_uniq(k8) from ${tableName} ORDER BY
k1"
qt_select "SELECT k1, array_enumerate_uniq(k10) from ${tableName} ORDER BY
k1"
+ qt_select_array_shuffle1 "SELECT k1, k2, array_shuffle(k2, 0), shuffle(k2,
0) from ${tableName} ORDER BY k1"
+ qt_select_array_shuffle2 "SELECT k1, k5, array_shuffle(k5, 0), shuffle(k5,
0) from ${tableName} ORDER BY k1"
Review Comment:
done
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]