This is an automated email from the ASF dual-hosted git repository. hellostephen 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 9d92ae9c4ad [chore](case) adjust db name (#41997) 9d92ae9c4ad is described below commit 9d92ae9c4ad67c79cdcf0a9d5e20191f91156fbb Author: Dongyang Li <hello_step...@qq.com> AuthorDate: Thu Oct 17 10:23:18 2024 +0800 [chore](case) adjust db name (#41997) ## Proposed changes Issue Number: close #xxx <!--Describe your changes.--> Co-authored-by: stephen <hello-step...@qq.com> --- .../suites/nereids_syntax_p1/mv/aggregate/agg_sync_mv.groovy | 4 ++-- regression-test/suites/nereids_syntax_p1/mv/load.groovy | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/regression-test/suites/nereids_syntax_p1/mv/aggregate/agg_sync_mv.groovy b/regression-test/suites/nereids_syntax_p1/mv/aggregate/agg_sync_mv.groovy index b0f384c472c..c79d9f96ddf 100644 --- a/regression-test/suites/nereids_syntax_p1/mv/aggregate/agg_sync_mv.groovy +++ b/regression-test/suites/nereids_syntax_p1/mv/aggregate/agg_sync_mv.groovy @@ -16,7 +16,7 @@ // under the License. suite("agg_sync_mv") { - sql """ use regression_test_nereids_syntax_p0_mv """ + sql """ use regression_test_nereids_syntax_p1_mv """ sql """ SET enable_nereids_planner=true """ sql """ SET enable_fallback_to_original_planner=false """ sql """ analyze table agg_mv_test with sync""" @@ -516,7 +516,7 @@ suite("agg_sync_mv") { streamLoad { table "agg_mv_test" - db "regression_test_nereids_syntax_p0_mv" + db "regression_test_nereids_syntax_p1_mv" set 'column_separator', ';' set 'columns', ''' id, kbool, ktint, ksint, kint, kbint, klint, kfloat, kdbl, kdcmls1, kdcmls2, kdcmls3, diff --git a/regression-test/suites/nereids_syntax_p1/mv/load.groovy b/regression-test/suites/nereids_syntax_p1/mv/load.groovy index 23b625a127f..a007b0b4414 100644 --- a/regression-test/suites/nereids_syntax_p1/mv/load.groovy +++ b/regression-test/suites/nereids_syntax_p1/mv/load.groovy @@ -111,7 +111,7 @@ suite("load") { streamLoad { table "agg_mv_test" - db "regression_test_nereids_syntax_p0_mv" + db "regression_test_nereids_syntax_p1_mv" set 'column_separator', ';' set 'columns', ''' id, kbool, ktint, ksint, kint, kbint, klint, kfloat, kdbl, kdcmls1, kdcmls2, kdcmls3, --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org