zclllyybb commented on code in PR #44326:
URL: https://github.com/apache/doris/pull/44326#discussion_r1852466541
##########
regression-test/suites/query_p0/sql_functions/case_function/test_case_function_null.groovy:
##########
@@ -188,7 +188,7 @@ suite("test_case_function_null",
"query,p0,arrow_flight_sql") {
qt_sql_case1 """
SELECT SUM(
- CASE (((NULL BETWEEN NULL AND NULL)) and (CAST(0.4716 AS BOOLEAN)))
+ CASE (((NULL BETWEEN NULL AND NULL)) and (CAST(0.0 AS BOOLEAN)))
Review Comment:
why change this
--
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]