Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonLiTree committed Sep 16, 2023
1 parent ce307c3 commit a1c1e1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ suite("test_jsonb_load_and_function", "p0") {
def testTable = "tbl_test_jsonb"
def dataFile = "test_jsonb.csv"

sql """ set experimental_enable_nereids_planner = false """

sql "DROP TABLE IF EXISTS ${testTable}"

sql """
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ suite("test_jsonb_unique_load_and_function", "p0") {
def testTable = "tbl_test_jsonb_unique"
def dataFile = "test_jsonb_unique_key.csv"

sql """ set experimental_enable_nereids_planner = false """

sql "DROP TABLE IF EXISTS ${testTable}"

sql """
Expand Down

0 comments on commit a1c1e1f

Please sign in to comment.