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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]