From 81145863c4fdcb440bfef660bec6e9f191edaf45 Mon Sep 17 00:00:00 2001 From: csun5285 Date: Thu, 24 Oct 2024 12:01:37 +0800 Subject: [PATCH] fix --- .../inverted_index_p0/test_index_rqg_bug8.groovy | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/regression-test/suites/inverted_index_p0/test_index_rqg_bug8.groovy b/regression-test/suites/inverted_index_p0/test_index_rqg_bug8.groovy index 3e54a10b326c51..31aaca02c64c2c 100644 --- a/regression-test/suites/inverted_index_p0/test_index_rqg_bug8.groovy +++ b/regression-test/suites/inverted_index_p0/test_index_rqg_bug8.groovy @@ -122,20 +122,7 @@ suite("test_index_rqg_bug8", "test_index_rqg_bug8"){ UNIQUE KEY(`pk`, `col_int_undef_signed_index_inverted`) DISTRIBUTED BY HASH(`pk`) BUCKETS 10 PROPERTIES ( - "replication_allocation" = "tag.location.default: 1", - "min_load_replica_num" = "-1", - "bloom_filter_columns" = "col_varchar_1024__undef_signed, col_date_undef_signed_not_null, col_date_undef_signed, col_int_undef_signed, col_varchar_1024__undef_signed_not_null, col_int_undef_signed_not_null", - "is_being_synced" = "false", - "storage_medium" = "hdd", - "storage_format" = "V2", - "inverted_index_storage_format" = "V1", - "enable_unique_key_merge_on_write" = "true", - "light_schema_change" = "true", - "disable_auto_compaction" = "false", - "enable_single_replica_compaction" = "false", - "group_commit_interval_ms" = "10000", - "group_commit_data_bytes" = "134217728", - "enable_mow_light_delete" = "false" + "replication_allocation" = "tag.location.default: 1" ); """