Skip to content

Commit

Permalink
[Fix](regression) fix test_user_var.groovy by add set disable_nereids…
Browse files Browse the repository at this point in the history
…_rules=PRUNE_EMPTY_PARTITION
  • Loading branch information
feiniaofeiafei committed May 21, 2024
1 parent fd749b8 commit 8223a64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions regression-test/suites/nereids_p0/test_user_var.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ suite("test_user_var") {
sql "SET @d1=true, @d2=false"
sql "SET @f1=null"
sql "set @func_1=(abs(1) + 1) * 2"
sql "set disable_nereids_rules=PRUNE_EMPTY_PARTITION"


qt_integer 'select @a1, @a2, @a3;'
qt_decimal 'select @b1, @b2, @b3;'
Expand Down

0 comments on commit 8223a64

Please sign in to comment.