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

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

commit 9174ac921b394ac2888f75704ee4be421dfea8ee
Author: Jibing-Li <[email protected]>
AuthorDate: Thu Jan 25 14:30:17 2024 +0800

    Fix statistics p0. (#30351)
---
 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 fc047ac42d2..78a477f9ab5 100644
--- a/regression-test/suites/statistics/analyze_stats.groovy
+++ b/regression-test/suites/statistics/analyze_stats.groovy
@@ -2753,7 +2753,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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to