Skip to content

Commit

Permalink
update 2
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangstar333 committed Mar 15, 2024
1 parent 89d58a5 commit 3d0ab49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ suite("test_time_diff_microseconds") {
"""

sql """set enable_nereids_planner=false"""
sql """set enable_fold_constant_by_be=false"""

qt_select1 """
select timediff(t1,t2) from tbl_time order by id
Expand All @@ -68,6 +69,7 @@ suite("test_time_diff_microseconds") {
"""

sql """set enable_nereids_planner=true """
sql """set enable_fold_constant_by_be=true"""
sql """set enable_fallback_to_original_planner=false"""

qt_select5 """
Expand Down
1 change: 1 addition & 0 deletions regression-test/suites/job_p0/test_base_insert_job.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ suite("test_base_insert_job") {
def jobName = "insert_recovery_test_base_insert_job"
def jobMixedName = "Insert_recovery_Test_base_insert_job"
sql """drop table if exists `${tableName}` force"""
sql """set enable_fold_constant_by_be = false;"""
sql """
DROP JOB IF EXISTS where jobname = '${jobName}'
"""
Expand Down

0 comments on commit 3d0ab49

Please sign in to comment.