This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git

commit cc3decffa4e34cd42dd8ef65f7f204bc018f9eef
Author: zhangstar333 <[email protected]>
AuthorDate: Wed Apr 24 10:06:40 2024 +0800

    [bug](test) fix test case failed with fuuzy fold constatnt to false (#34052)
---
 regression-test/suites/query_p0/explain/test_pushdown_explain.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/regression-test/suites/query_p0/explain/test_pushdown_explain.groovy 
b/regression-test/suites/query_p0/explain/test_pushdown_explain.groovy
index f5ff46b77fe..b8951eeb417 100644
--- a/regression-test/suites/query_p0/explain/test_pushdown_explain.groovy
+++ b/regression-test/suites/query_p0/explain/test_pushdown_explain.groovy
@@ -24,6 +24,7 @@ suite("test_pushdown_explain") {
     }
     qt_select "select k1 from baseall where k1 = 1"
 
+    sql "set enable_fold_constant_by_be = true;"
     explain {
         sql("select cast(0 as datetime)")
         contains "NULL"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to