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") +}