diff --git a/regression-test/suites/compaction/test_full_compaction.groovy b/regression-test/suites/compaction/test_full_compaction.groovy index 281b69ca6a7820..217a4da707cefb 100644 --- a/regression-test/suites/compaction/test_full_compaction.groovy +++ b/regression-test/suites/compaction/test_full_compaction.groovy @@ -55,6 +55,7 @@ suite("test_full_compaction") { BUCKETS 1 PROPERTIES ("replication_allocation" = "tag.location.default: 1", "disable_auto_compaction" = "true", + "enable_mow_light_delete" = "false", "enable_unique_key_merge_on_write" = "true");""" // version1 (1,1)(2,2) diff --git a/regression-test/suites/compaction/test_full_compaction_by_table_id.groovy b/regression-test/suites/compaction/test_full_compaction_by_table_id.groovy index ad67cde31a70f5..222c7e7138865b 100644 --- a/regression-test/suites/compaction/test_full_compaction_by_table_id.groovy +++ b/regression-test/suites/compaction/test_full_compaction_by_table_id.groovy @@ -58,6 +58,7 @@ suite("test_full_compaction_by_table_id") { BUCKETS 8 PROPERTIES ("replication_allocation" = "tag.location.default: 1", "disable_auto_compaction" = "true", + "enable_mow_light_delete" = "false", "enable_unique_key_merge_on_write" = "true");""" // version1 (1,1)(2,2) diff --git a/regression-test/suites/nereids_p0/delete/delete_mow_partial_update.groovy b/regression-test/suites/nereids_p0/delete/delete_mow_partial_update.groovy index 87a93ae73a6e21..ec78ec35f43719 100644 --- a/regression-test/suites/nereids_p0/delete/delete_mow_partial_update.groovy +++ b/regression-test/suites/nereids_p0/delete/delete_mow_partial_update.groovy @@ -43,6 +43,7 @@ suite('nereids_delete_mow_partial_update') { PROPERTIES ( "enable_unique_key_merge_on_write" = "true", "disable_auto_compaction" = "true", + "enable_mow_light_delete" = "false", "replication_num" = "1", "store_row_column" = "${use_row_store}"); """ @@ -55,6 +56,7 @@ suite('nereids_delete_mow_partial_update') { PROPERTIES ( "enable_unique_key_merge_on_write" = "true", "disable_auto_compaction" = "true", + "enable_mow_light_delete" = "false", "replication_num" = "1", "store_row_column" = "${use_row_store}"); """ @@ -116,6 +118,7 @@ suite('nereids_delete_mow_partial_update') { PROPERTIES ( "enable_unique_key_merge_on_write" = "true", "disable_auto_compaction" = "true", + "enable_mow_light_delete" = "false", "replication_num" = "1", "store_row_column" = "${use_row_store}"); """ diff --git a/regression-test/suites/nereids_p0/explain/test_pushdown_explain.groovy b/regression-test/suites/nereids_p0/explain/test_pushdown_explain.groovy index 1e691f2be9ff52..b53dd40a964f0f 100644 --- a/regression-test/suites/nereids_p0/explain/test_pushdown_explain.groovy +++ b/regression-test/suites/nereids_p0/explain/test_pushdown_explain.groovy @@ -84,6 +84,7 @@ suite("test_pushdown_explain") { COMMENT 'OLAP' DISTRIBUTED BY HASH(`user_id`) BUCKETS 1 PROPERTIES ( + "enable_mow_light_delete" = "false", "replication_allocation" = "tag.location.default: 1", "disable_auto_compaction" = "true" ); @@ -125,6 +126,7 @@ suite("test_pushdown_explain") { COMMENT 'OLAP' DISTRIBUTED BY HASH(`user_id`) BUCKETS 1 PROPERTIES ( + "enable_mow_light_delete" = "false", "replication_allocation" = "tag.location.default: 1", "disable_auto_compaction" = "true" ); @@ -212,6 +214,7 @@ suite("test_pushdown_explain") { PROPERTIES ( "replication_allocation" = "tag.location.default: 1", "disable_auto_compaction" = "true", + "enable_mow_light_delete" = "false", "enable_unique_key_merge_on_write" = "false" ); """ diff --git a/regression-test/suites/unique_with_mow_p0/partial_update/test_new_partial_update_delete.groovy b/regression-test/suites/unique_with_mow_p0/partial_update/test_new_partial_update_delete.groovy index f82510914b5865..2157388c0f7ddc 100644 --- a/regression-test/suites/unique_with_mow_p0/partial_update/test_new_partial_update_delete.groovy +++ b/regression-test/suites/unique_with_mow_p0/partial_update/test_new_partial_update_delete.groovy @@ -65,6 +65,7 @@ suite('test_new_partial_update_delete') { PROPERTIES ( "disable_auto_compaction" = "true", "enable_unique_key_merge_on_write" = "false", + "enable_mow_light_delete" = "false", "replication_num" = "1", "store_row_column" = "${use_row_store}"); """ sql """alter table ${tableMorName2} set ("enable_mow_light_delete"="true")""" @@ -85,6 +86,7 @@ suite('test_new_partial_update_delete') { DISTRIBUTED BY HASH(k1) BUCKETS 1 PROPERTIES ( "disable_auto_compaction" = "true", + "enable_mow_light_delete" = "false", "replication_num" = "1", "store_row_column" = "${use_row_store}"); """ @@ -198,6 +200,7 @@ suite('test_new_partial_update_delete') { DISTRIBUTED BY HASH(k1) BUCKETS 1 PROPERTIES ( "disable_auto_compaction" = "true", + "enable_mow_light_delete" = "false", "replication_num" = "1", "store_row_column" = "${use_row_store}"); """ diff --git a/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_after_delete.groovy b/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_after_delete.groovy index 41cebac66bd12c..97a76567688b1e 100644 --- a/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_after_delete.groovy +++ b/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_after_delete.groovy @@ -40,6 +40,7 @@ suite("test_partial_update_after_delete", "p0") { PROPERTIES ( "enable_unique_key_merge_on_write" = "true", "disable_auto_compaction" = "true", + "enable_mow_light_delete" = "false", "replication_num" = "1", "store_row_column" = "${use_row_store}"); """ @@ -65,6 +66,7 @@ suite("test_partial_update_after_delete", "p0") { PROPERTIES ( "enable_unique_key_merge_on_write" = "true", "disable_auto_compaction" = "true", + "enable_mow_light_delete" = "false", "replication_num" = "1", "store_row_column" = "${use_row_store}"); """ diff --git a/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_delete.groovy b/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_delete.groovy index fc59038122a1d2..01b888a7e550bf 100644 --- a/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_delete.groovy +++ b/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_delete.groovy @@ -46,6 +46,7 @@ suite('test_partial_update_delete') { PROPERTIES ( "enable_unique_key_merge_on_write" = "true", "disable_auto_compaction" = "true", + "enable_mow_light_delete" = "false", "replication_num" = "1", "store_row_column" = "${use_row_store}"); """ @@ -59,6 +60,7 @@ suite('test_partial_update_delete') { PROPERTIES ( "enable_unique_key_merge_on_write" = "true", "disable_auto_compaction" = "true", + "enable_mow_light_delete" = "false", "replication_num" = "1", "store_row_column" = "${use_row_store}"); """ @@ -95,6 +97,7 @@ suite('test_partial_update_delete') { PROPERTIES ( "enable_unique_key_merge_on_write" = "true", "disable_auto_compaction" = "true", + "enable_mow_light_delete" = "false", "replication_num" = "1", "store_row_column" = "${use_row_store}"); """ @@ -145,6 +148,7 @@ suite('test_partial_update_delete') { PROPERTIES ( "enable_unique_key_merge_on_write" = "true", "disable_auto_compaction" = "true", + "enable_mow_light_delete" = "false", "replication_num" = "1", "store_row_column" = "${use_row_store}", "function_column.sequence_col" = "c3"); """ @@ -197,6 +201,7 @@ suite('test_partial_update_delete') { PROPERTIES ( "enable_unique_key_merge_on_write" = "true", "disable_auto_compaction" = "true", + "enable_mow_light_delete" = "false", "replication_num" = "1", "store_row_column" = "${use_row_store}", "function_column.sequence_type" = "int"); """