[regression-test](point query) add enable_mow_light_delete=false to related cases (#41103)

#40520
This commit is contained in:
lihangyu
2024-09-23 12:32:29 +08:00
committed by GitHub
parent 011baeb2d2
commit 9af2de5e6a

View File

@ -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');"