This is an automated email from the ASF dual-hosted git repository.

jacktengg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 86defede17d [regression-test](case) modify statistics table name  
(#36689)
86defede17d is described below

commit 86defede17d8e2225db273a26bef3c0ec16b1cb0
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