Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukang-Lian committed Sep 8, 2024
1 parent d7aa336 commit f841081
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}"); """

Expand All @@ -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}"); """

Expand Down Expand Up @@ -94,6 +96,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}"); """

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,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"
);
Expand Down Expand Up @@ -110,6 +111,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"
);
Expand Down Expand Up @@ -196,6 +198,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"
);
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")"""
Expand All @@ -86,6 +87,7 @@ suite('test_new_partial_update_delete') {
PROPERTIES (
"disable_auto_compaction" = "true",
"enable_unique_key_merge_on_write" = "true",
"enable_mow_light_delete" = "false",
"replication_num" = "1",
"store_row_column" = "${use_row_store}"); """

Expand Down Expand Up @@ -199,6 +201,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",
"enable_unique_key_merge_on_write" = "true",
"store_row_column" = "${use_row_store}"); """
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}"); """

Expand All @@ -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}"); """

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}"); """

Expand All @@ -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}"); """

Expand Down Expand Up @@ -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}"); """

Expand Down Expand Up @@ -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"); """
Expand Down Expand Up @@ -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"); """
Expand Down

0 comments on commit f841081

Please sign in to comment.