From 1ad9d6b3875bbcc31d08a31472fe8c33c666d5c1 Mon Sep 17 00:00:00 2001 From: zhangdong <493738387@qq.com> Date: Tue, 16 Jul 2024 20:40:34 +0800 Subject: [PATCH] 1 --- .../suites/external_table_p0/tvf/test_partitions_tvf.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regression-test/suites/external_table_p0/tvf/test_partitions_tvf.groovy b/regression-test/suites/external_table_p0/tvf/test_partitions_tvf.groovy index 0939528c3148ad..cab85625c84517 100644 --- a/regression-test/suites/external_table_p0/tvf/test_partitions_tvf.groovy +++ b/regression-test/suites/external_table_p0/tvf/test_partitions_tvf.groovy @@ -54,8 +54,8 @@ suite("test_partitions_tvf","p0,external,tvf,external_docker") { // assertEquals(1, res[0][9]); // StorageMedium assertEquals("HDD", res[0][10]); - // ReplicaAllocation - assertEquals("tag.location.default: 1", res[0][16]); + // ReplicaAllocation: if force_olap_table_replication_num is set to 3,here will be 3 + // assertEquals("tag.location.default: 1", res[0][16]); // IsMutable assertEquals(true, res[0][17]); // SyncWithBaseTables