From 86defede17d8e2225db273a26bef3c0ec16b1cb0 Mon Sep 17 00:00:00 2001 From: shuke <37901441+shuke987@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:23:13 +0800 Subject: [PATCH] [regression-test](case) modify statistics table name (#36689) --- .../suites/pipeline_p0/statitics_compaction.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regression-test/suites/pipeline_p0/statitics_compaction.groovy b/regression-test/suites/pipeline_p0/statitics_compaction.groovy index eaf723c763c515..aebe55939d5609 100644 --- a/regression-test/suites/pipeline_p0/statitics_compaction.groovy +++ b/regression-test/suites/pipeline_p0/statitics_compaction.groovy @@ -66,5 +66,5 @@ suite("statistic_table_compaction", "nonConcurrent,p0") { } do_compaction("__internal_schema.column_statistics") - do_compaction("__internal_schema.histogram_statistics") -} \ No newline at end of file + do_compaction("__internal_schema.partition_statistics") +}