Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Aug 9, 2024
1 parent 78ad0f3 commit 2b2b684
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
import org.codehaus.groovy.runtime.IOGroovyMethods

suite ("multiple_ssb") {
if (isCloudMode()) {
return
}
sql """ DROP TABLE IF EXISTS lineorder_flat; """
sql """set enable_nereids_planner=true"""
sql """SET enable_fallback_to_original_planner=false"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
import org.codehaus.groovy.runtime.IOGroovyMethods

suite ("multiple_ssb_between") {
if (isCloudMode()) {
return
}
sql """ DROP TABLE IF EXISTS lineorder_flat; """
sql """set enable_nereids_planner=true"""
sql """SET enable_fallback_to_original_planner=false"""
Expand Down

0 comments on commit 2b2b684

Please sign in to comment.