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