This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 5449db8907e branch-3.0: [Fix](case) Fix case that use time series
compaction on unique table #50194 (#50223)
5449db8907e is described below
commit 5449db8907e36fe9c0e4d4b6c4f72b9df24e940b
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 22 10:13:08 2025 +0800
branch-3.0: [Fix](case) Fix case that use time series compaction on unique
table #50194 (#50223)
Cherry-picked from #50194
Co-authored-by: bobhan1 <[email protected]>
---
.../suites/compaction/test_single_replica_compaction.groovy | 3 +--
.../need_read_data/test_dup_table_inverted_index.groovy | 1 -
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git
a/regression-test/suites/compaction/test_single_replica_compaction.groovy
b/regression-test/suites/compaction/test_single_replica_compaction.groovy
index 24dd01ff411..bdf388bd4da 100644
--- a/regression-test/suites/compaction/test_single_replica_compaction.groovy
+++ b/regression-test/suites/compaction/test_single_replica_compaction.groovy
@@ -137,8 +137,7 @@ suite("test_single_compaction_p2", "p2") {
PROPERTIES (
"replication_num" = "2",
"enable_single_replica_compaction" = "true",
- "enable_unique_key_merge_on_write" = "false",
- "compaction_policy" = "time_series"
+ "enable_unique_key_merge_on_write" = "false"
);
"""
diff --git
a/regression-test/suites/inverted_index_p1/need_read_data/test_dup_table_inverted_index.groovy
b/regression-test/suites/inverted_index_p1/need_read_data/test_dup_table_inverted_index.groovy
index b7e83468538..f2971dbc8b0 100644
---
a/regression-test/suites/inverted_index_p1/need_read_data/test_dup_table_inverted_index.groovy
+++
b/regression-test/suites/inverted_index_p1/need_read_data/test_dup_table_inverted_index.groovy
@@ -777,7 +777,6 @@ suite("test_dup_table_inverted_index", "p1") {
DISTRIBUTED BY HASH (`@timestamp`) BUCKETS 32
PROPERTIES (
"replication_allocation" = "tag.location.default: 1",
- "compaction_policy" = "time_series",
"inverted_index_storage_format" = "v2",
"compression" = "ZSTD",
"disable_auto_compaction" = "true"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]