Skip to content

Commit

Permalink
[regression-test](point query) add enable_mow_light_delete=false to…
Browse files Browse the repository at this point in the history
… related cases (apache#40520)
  • Loading branch information
eldenmoon committed Sep 23, 2024
1 parent d44ee1c commit 7edae80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');"
Expand Down

0 comments on commit 7edae80

Please sign in to comment.