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

commit 51bf9ab1328cc364b4b5643f0870eb56d8fc3ab6
Author: shuke <37901441+shuke...@users.noreply.github.com>
AuthorDate: Mon Jul 1 11:23:13 2024 +0800

    [regression-test](case) modify statistics table name  (#36689)
---
 regression-test/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 eaf723c763c..aebe55939d5 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")
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to