This is an automated email from the ASF dual-hosted git repository.
hellostephen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 1e8ea55efdf [chore](case) adjust db name (#41644)
1e8ea55efdf is described below
commit 1e8ea55efdf17b0b31a7a43800accd3652f5db25
Author: Dongyang Li <[email protected]>
AuthorDate: Thu Oct 10 17:11:44 2024 +0800
[chore](case) adjust db name (#41644)
## Proposed changes
Issue Number: close #xxx
<!--Describe your changes.-->
Co-authored-by: stephen <[email protected]>
---
.../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: [email protected]
For additional commands, e-mail: [email protected]