This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push: new 82553b700c9 branch-3.0: [Chore](case) drop expr_tes2 on nereids_arith_p0.load #47671 (#47685) 82553b700c9 is described below commit 82553b700c9da0b2780487a29487587688a2c39e Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Mon Feb 10 19:15:48 2025 +0800 branch-3.0: [Chore](case) drop expr_tes2 on nereids_arith_p0.load #47671 (#47685) Cherry-picked from #47671 Co-authored-by: Pxl <x...@selectdb.com> --- regression-test/suites/nereids_arith_p0/load.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/regression-test/suites/nereids_arith_p0/load.groovy b/regression-test/suites/nereids_arith_p0/load.groovy index 791dd32559b..9b9ed0fdada 100644 --- a/regression-test/suites/nereids_arith_p0/load.groovy +++ b/regression-test/suites/nereids_arith_p0/load.groovy @@ -19,6 +19,7 @@ suite("load") { // ddl begin sql "drop table if exists expr_test" + sql "drop table if exists expr_test2" sql "drop table if exists expr_test_not_nullable" sql "ADMIN SET FRONTEND CONFIG ('disable_decimalv2' = 'false')" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org