From 9af2de5e6a5c662ecf76e13a720db6b25dcc5ef4 Mon Sep 17 00:00:00 2001 From: lihangyu <15605149486@163.com> Date: Mon, 23 Sep 2024 12:32:29 +0800 Subject: [PATCH] [regression-test](point query) add `enable_mow_light_delete=false` to related cases (#41103) #40520 --- regression-test/suites/point_query_p0/test_point_query.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/point_query_p0/test_point_query.groovy b/regression-test/suites/point_query_p0/test_point_query.groovy index 902c6ffa95..d9b34803d4 100644 --- a/regression-test/suites/point_query_p0/test_point_query.groovy +++ b/regression-test/suites/point_query_p0/test_point_query.groovy @@ -316,7 +316,7 @@ suite("test_point_query", "nonConcurrent") { INDEX col2 (`col2`) USING INVERTED ) ENGINE=OLAP UNIQUE KEY(`col1`, `col2`, `loc3`) DISTRIBUTED BY HASH(`col1`, `col2`, `loc3`) BUCKETS 1 - PROPERTIES ( "replication_allocation" = "tag.location.default: 1", "bloom_filter_columns" = "col1", "store_row_column" = "true" ); + PROPERTIES ( "replication_allocation" = "tag.location.default: 1", "bloom_filter_columns" = "col1", "store_row_column" = "true", "enable_mow_light_delete" = "false" ); """ sql "insert into table_3821461 values (-10, 20, 'aabc', 'value')" sql "insert into table_3821461 values (10, 20, 'aabc', 'value');"