Skip to content

Commit

Permalink
[chore](case) adjust db name (apache#41644)
Browse files Browse the repository at this point in the history
## Proposed changes

Issue Number: close #xxx

<!--Describe your changes.-->

Co-authored-by: stephen <[email protected]>
  • Loading branch information
2 people authored and eldenmoon committed Oct 10, 2024
1 parent a14acfd commit fe85e2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
Expand Down Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion regression-test/suites/nereids_syntax_p1/mv/load.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fe85e2a

Please sign in to comment.