Skip to content

Commit

Permalink
[bug](test) fix test case failed with fuuzy fold constatnt to false (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangstar333 authored and Doris-Extras committed Apr 24, 2024
1 parent d5275c5 commit cc3decf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cc3decf

Please sign in to comment.