This is an automated email from the ASF dual-hosted git repository. morningman 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 41184cfc626 [regression-test](fix) fix schema_change_modify_mv_column_type2.groovy (#47118) 41184cfc626 is described below commit 41184cfc626733e3d7a03bcd8400a859e2a07e46 Author: shuke <sh...@selectdb.com> AuthorDate: Thu Jan 16 23:10:53 2025 +0800 [regression-test](fix) fix schema_change_modify_mv_column_type2.groovy (#47118) --- .../modify_col_type_dup2/schema_change_modify_mv_column_type2.out | 2 +- .../modify_col_type_dup2/schema_change_modify_mv_column_type2.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/regression-test/data/schema_change_p0/modify_col_type_dup2/schema_change_modify_mv_column_type2.out b/regression-test/data/schema_change_p0/modify_col_type_dup2/schema_change_modify_mv_column_type2.out index 55bca92b741..57100b6dd41 100644 --- a/regression-test/data/schema_change_p0/modify_col_type_dup2/schema_change_modify_mv_column_type2.out +++ b/regression-test/data/schema_change_p0/modify_col_type_dup2/schema_change_modify_mv_column_type2.out @@ -48,7 +48,7 @@ mv_tbl_scalar_types_dup_2 AGG_KEYS mv_k1 bigint bigint Yes true \N true `k1` -2106969609 true 10 29572 16738 1736115820 -957295886 -13319.206 -1.333603562816737E9 91224478600376111.942 69457425159617037.453 2022-09-06 2022-05-08T19:52:36 2022-04-05 2022-08-17T19:23:31 222.79.139.99 walter...@voomm.net Oxford Alley 77 -2102307005 true 10 -23674 24613 -1810828490 -47095409 -14686.167 2.072108685694799E9 39847820962230526.125 584354832299375.156 2022-03-27 2022-02-11T13:46:06 2022-12-25 2022-11-28T09:37:49 213.146.33.250 juliasimm...@zazio.info Eagle Crest Terrace 84 --- !sql -- +-- !master_sql -- tbl_scalar_types_dup DUP_KEYS k1 bigint bigint Yes true \N true c_bool boolean boolean Yes false \N NONE true c_tinyint tinyint tinyint Yes false \N NONE true diff --git a/regression-test/suites/schema_change_p0/modify_col_type_dup2/schema_change_modify_mv_column_type2.groovy b/regression-test/suites/schema_change_p0/modify_col_type_dup2/schema_change_modify_mv_column_type2.groovy index 1494f253f88..0346a661162 100644 --- a/regression-test/suites/schema_change_p0/modify_col_type_dup2/schema_change_modify_mv_column_type2.groovy +++ b/regression-test/suites/schema_change_p0/modify_col_type_dup2/schema_change_modify_mv_column_type2.groovy @@ -95,6 +95,6 @@ suite("schema_change_modify_mv_column_type2") { } // sync materialized view rewrite will fail when schema change, tmp disable, enable when fixed sql """set enable_dml_materialized_view_rewrite = false;""" - qt_sql """ desc ${testTable} all """ + qt_master_sql """ desc ${testTable} all """ sql "INSERT INTO ${testTable} SELECT * from ${testTable}" } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org