zclllyybb commented on code in PR #55643:
URL: https://github.com/apache/doris/pull/55643#discussion_r2321707352
##########
regression-test/suites/query_p0/sql_functions/aggregate_functions/test_aggregate_all_functions2.groovy:
##########
@@ -103,6 +103,24 @@ suite("test_aggregate_all_functions2") {
exception "percentile_reservoir level must be in [0, 1]"
}
+ qt_bool_and """SELECT bool_and(k0) FROM baseall;"""
+ qt_bool_and """SELECT bool_and(k1) FROM baseall;"""
+ qt_bool_and """SELECT bool_and(k8) over(partition by k6) from baseall
order by k1;"""
+ qt_bool_or """SELECT bool_or(k2) FROM baseall group by k6 order by 1;"""
+ qt_bool_or """SELECT bool_or(k3) FROM baseall;"""
+ qt_bool_xor """SELECT bool_xor(k4) FROM baseall;"""
+ qt_bool_xor """SELECT bool_xor(k5) FROM baseall group by k6 order by 1;"""
Review Comment:
测个别名的正常case吧
--
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]