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

lijibing pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new f879d22a345 Fix statistics p0. (#30357)
f879d22a345 is described below

commit f879d22a345f8d3c0c035bc0b46408181f3f1006
Author: Jibing-Li <64681310+jibing...@users.noreply.github.com>
AuthorDate: Thu Jan 25 14:44:16 2024 +0800

    Fix statistics p0. (#30357)
---
 regression-test/suites/statistics/analyze_stats.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regression-test/suites/statistics/analyze_stats.groovy 
b/regression-test/suites/statistics/analyze_stats.groovy
index 20b2e1c8176..984963e2984 100644
--- a/regression-test/suites/statistics/analyze_stats.groovy
+++ b/regression-test/suites/statistics/analyze_stats.groovy
@@ -2752,7 +2752,7 @@ PARTITION `p599` VALUES IN (599)
     }
 
     // Test analyze default full.
-    sql """analyze table trigger_test"""
+    sql """analyze table trigger_test with sync"""
     def result = sql """show column stats trigger_test"""
     assertEquals(2, result.size())
     assertEquals("4.0", result[0][1])


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

Reply via email to