This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 8309b33e14a1f9b3ef7b20b5ae7c2e133d07023b Author: Lightman <[email protected]> AuthorDate: Mon May 27 20:01:22 2024 +0800 [bugfix] Fix the case is unstable because Table[tbl_scalar_types_dup]'s state(ROLLUP) is not NORMAL (#35460) --- .../{ => modify_col_type_agg}/schema_change_modify_mv_column_type_agg.out | 0 .../{ => modify_col_type_dup}/schema_change_modify_mv_column_type.out | 0 .../{ => modify_col_type_dup2}/schema_change_modify_mv_column_type2.out | 0 .../schema_change_modify_mv_column_type_agg.groovy | 0 .../{ => modify_col_type_dup}/schema_change_modify_mv_column_type.groovy | 0 .../schema_change_modify_mv_column_type2.groovy | 0 6 files changed, 0 insertions(+), 0 deletions(-) diff --git a/regression-test/data/schema_change_p0/schema_change_modify_mv_column_type_agg.out b/regression-test/data/schema_change_p0/modify_col_type_agg/schema_change_modify_mv_column_type_agg.out similarity index 100% rename from regression-test/data/schema_change_p0/schema_change_modify_mv_column_type_agg.out rename to regression-test/data/schema_change_p0/modify_col_type_agg/schema_change_modify_mv_column_type_agg.out diff --git a/regression-test/data/schema_change_p0/schema_change_modify_mv_column_type.out b/regression-test/data/schema_change_p0/modify_col_type_dup/schema_change_modify_mv_column_type.out similarity index 100% rename from regression-test/data/schema_change_p0/schema_change_modify_mv_column_type.out rename to regression-test/data/schema_change_p0/modify_col_type_dup/schema_change_modify_mv_column_type.out diff --git a/regression-test/data/schema_change_p0/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 similarity index 100% rename from regression-test/data/schema_change_p0/schema_change_modify_mv_column_type2.out rename to regression-test/data/schema_change_p0/modify_col_type_dup2/schema_change_modify_mv_column_type2.out diff --git a/regression-test/suites/schema_change_p0/schema_change_modify_mv_column_type_agg.groovy b/regression-test/suites/schema_change_p0/modify_col_type_agg/schema_change_modify_mv_column_type_agg.groovy similarity index 100% rename from regression-test/suites/schema_change_p0/schema_change_modify_mv_column_type_agg.groovy rename to regression-test/suites/schema_change_p0/modify_col_type_agg/schema_change_modify_mv_column_type_agg.groovy diff --git a/regression-test/suites/schema_change_p0/schema_change_modify_mv_column_type.groovy b/regression-test/suites/schema_change_p0/modify_col_type_dup/schema_change_modify_mv_column_type.groovy similarity index 100% rename from regression-test/suites/schema_change_p0/schema_change_modify_mv_column_type.groovy rename to regression-test/suites/schema_change_p0/modify_col_type_dup/schema_change_modify_mv_column_type.groovy diff --git a/regression-test/suites/schema_change_p0/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 similarity index 100% rename from regression-test/suites/schema_change_p0/schema_change_modify_mv_column_type2.groovy rename to regression-test/suites/schema_change_p0/modify_col_type_dup2/schema_change_modify_mv_column_type2.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
