This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 7c808fcecfb22aac5e99b395b02357494dfd504c Author: Lightman <31928846+lchangli...@users.noreply.github.com> 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: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org