This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 4008dc03cfd14e4d5a4ca686567b304c68a4340e Author: feiniaofeiafei <[email protected]> AuthorDate: Wed May 22 14:18:59 2024 +0800 [Fix](regression) fix test_user_var.groovy by add set disable_nereids_rules=PRUNE_EMPTY_PARTITION (#35151) --- regression-test/suites/nereids_p0/test_user_var.groovy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/regression-test/suites/nereids_p0/test_user_var.groovy b/regression-test/suites/nereids_p0/test_user_var.groovy index 8a7db373682..35eb8d861d8 100644 --- a/regression-test/suites/nereids_p0/test_user_var.groovy +++ b/regression-test/suites/nereids_p0/test_user_var.groovy @@ -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;' --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
