This is an automated email from the ASF dual-hosted git repository.
airborne pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 99862973263 [Fix](regression) remove useless properties when create
table in test_array_with_large_dataset (#39090)
99862973263 is described below
commit 998629732633f70076e12b7608e01aa08a56e47b
Author: airborne12 <[email protected]>
AuthorDate: Fri Aug 9 16:54:58 2024 +0800
[Fix](regression) remove useless properties when create table in
test_array_with_large_dataset (#39090)
## Proposed changes
Useless properties in regression case may cause error
---
.../inverted_index_p2/test_array_with_large_dataset.groovy | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
diff --git
a/regression-test/suites/inverted_index_p2/test_array_with_large_dataset.groovy
b/regression-test/suites/inverted_index_p2/test_array_with_large_dataset.groovy
index 4d2f53d5353..5de718339b9 100644
---
a/regression-test/suites/inverted_index_p2/test_array_with_large_dataset.groovy
+++
b/regression-test/suites/inverted_index_p2/test_array_with_large_dataset.groovy
@@ -67,17 +67,7 @@ suite("test_array_with_large_dataset", "p2"){
COMMENT 'OLAP'
DISTRIBUTED BY HASH(`id`) BUCKETS 16
PROPERTIES (
- "replication_allocation" = "tag.location.default: 1",
- "min_load_replica_num" = "-1",
- "is_being_synced" = "false",
- "storage_medium" = "hdd",
- "storage_format" = "V2",
- "inverted_index_storage_format" = "V1",
- "light_schema_change" = "true",
- "disable_auto_compaction" = "false",
- "enable_single_replica_compaction" = "false",
- "group_commit_interval_ms" = "10000",
- "group_commit_data_bytes" = "134217728"
+ "replication_allocation" = "tag.location.default: 1"
);
"""
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]