Skip to content

Commit

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

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

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

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 @@ -39,6 +39,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 @@ -51,6 +52,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 @@ -87,6 +89,7 @@ suite('test_partial_update_delete') {
"enable_unique_key_merge_on_write" = "true",
"disable_auto_compaction" = "true",
"replication_num" = "1",
"enable_mow_light_delete" = "false",
"store_row_column" = "${use_row_store}"); """

sql "insert into ${tableName3} values(1,1,1,1,1),(2,2,2,2,2),(3,3,3,3,3),(4,4,4,4,4),(5,5,5,5,5);"
Expand Down

0 comments on commit 967e655

Please sign in to comment.