This is an automated email from the ASF dual-hosted git repository.

eldenmoon pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 931dd83ef09 [regression-test](point query) add 
`enable_mow_light_delete=false` to related cases (#40523)
931dd83ef09 is described below

commit 931dd83ef09eefc19ed0be61c28e7beb308572f7
Author: lihangyu <15605149...@163.com>
AuthorDate: Wed Sep 11 12:29:33 2024 +0800

    [regression-test](point query) add `enable_mow_light_delete=false` to 
related cases (#40523)
    
    #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 b94dfb31dcf..eaef15d7997 100644
--- a/regression-test/suites/point_query_p0/test_point_query.groovy
+++ b/regression-test/suites/point_query_p0/test_point_query.groovy
@@ -287,7 +287,7 @@ suite("test_point_query") {
             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","enable_unique_key_merge_on_write" = "true");
+        PROPERTIES ( "replication_allocation" = "tag.location.default: 1", 
"bloom_filter_columns" = "col1", "store_row_column" = "true",  
"enable_unique_key_merge_on_write" = "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');"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to