Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Oct 30, 2024
1 parent 6762b1c commit 00bdabe
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,7 @@ suite("slow_fold_constant_case_when") {
"""


test {
sql """
def sqlStr = """
SELECT `_____` ,
`c24` ,
`c28` ,
Expand Down Expand Up @@ -811,6 +810,15 @@ FROM
ORDER BY _____ nulls last
"""

sql "set enable_fold_constant_by_be=false"
test {
sql sqlStr
time 60000
}

sql "set enable_fold_constant_by_be=true"
test {
sql sqlStr
time 60000
}
}

0 comments on commit 00bdabe

Please sign in to comment.