From 7c808fcecfb22aac5e99b395b02357494dfd504c Mon Sep 17 00:00:00 2001 From: Lightman <31928846+Lchangliang@users.noreply.github.com> Date: Mon, 27 May 2024 20:01:22 +0800 Subject: [PATCH] [bugfix] Fix the case is unstable because Table[tbl_scalar_types_dup]'s state(ROLLUP) is not NORMAL (#35460) --- .../schema_change_modify_mv_column_type_agg.out | 0 .../schema_change_modify_mv_column_type.out | 0 .../schema_change_modify_mv_column_type2.out | 0 .../schema_change_modify_mv_column_type_agg.groovy | 0 .../schema_change_modify_mv_column_type.groovy | 0 .../schema_change_modify_mv_column_type2.groovy | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename regression-test/data/schema_change_p0/{ => modify_col_type_agg}/schema_change_modify_mv_column_type_agg.out (100%) rename regression-test/data/schema_change_p0/{ => modify_col_type_dup}/schema_change_modify_mv_column_type.out (100%) rename regression-test/data/schema_change_p0/{ => modify_col_type_dup2}/schema_change_modify_mv_column_type2.out (100%) rename regression-test/suites/schema_change_p0/{ => modify_col_type_agg}/schema_change_modify_mv_column_type_agg.groovy (100%) rename regression-test/suites/schema_change_p0/{ => modify_col_type_dup}/schema_change_modify_mv_column_type.groovy (100%) rename regression-test/suites/schema_change_p0/{ => modify_col_type_dup2}/schema_change_modify_mv_column_type2.groovy (100%) 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