Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangstar333 committed Jan 9, 2024
1 parent a6ac93c commit 411de45
Showing 1 changed file with 1 addition and 0 deletions.
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 @@ -24,6 +24,7 @@ suite("test_base_insert_job") {
def tableName = "t_test_BASE_inSert_job"
def jobName = "insert_recovery_test_base_insert_job"
def jobMixedName = "Insert_recovery_Test_base_insert_job"
sql "set enable_fold_constant_by_be = false;"
sql """drop table if exists `${tableName}` force"""
sql """
DROP JOB where jobname = '${jobName}'
Expand Down

0 comments on commit 411de45

Please sign in to comment.