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

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


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new b445f53f82b branch-3.1: [case](mtmv)fix case mv_ssb_test #53834 
(#55279)
b445f53f82b is described below

commit b445f53f82b7b5bb09a38ab13fd44b76b46bf3e8
Author: zhangdong <[email protected]>
AuthorDate: Tue Aug 26 16:11:57 2025 +0800

    branch-3.1: [case](mtmv)fix case mv_ssb_test #53834 (#55279)
    
    picked case mv_ssb_test from #53834
---
 regression-test/suites/nereids_rules_p0/mv/ssb/mv_ssb_test.groovy | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/regression-test/suites/nereids_rules_p0/mv/ssb/mv_ssb_test.groovy 
b/regression-test/suites/nereids_rules_p0/mv/ssb/mv_ssb_test.groovy
index a80690a7bbe..c0fe409c74f 100644
--- a/regression-test/suites/nereids_rules_p0/mv/ssb/mv_ssb_test.groovy
+++ b/regression-test/suites/nereids_rules_p0/mv/ssb/mv_ssb_test.groovy
@@ -89,7 +89,13 @@ suite("mv_ssb_test") {
     sql "set runtime_filter_mode=OFF"
     sql "SET enable_nereids_timeout = false"
     sql "SET BATCH_SIZE = 4064"
-
+    sql """
+          alter table customer modify column c_mktsegment SET STATS 
('ndv'='5', 'num_nulls'='0', 'row_count'='3000');
+          alter table lineorder modify column lo_revenue SET STATS 
('ndv'='453898', 'num_nulls'='0', 'row_count'='30600572');
+          alter table part modify column p_mfgr SET STATS ('ndv'='5', 
'num_nulls'='0', 'row_count'='20000.0');
+          alter table date modify column d_dayofweek  SET STATS ('ndv'='7', 
'num_nulls'='0', 'row_count'='255');
+          alter table supplier modify column s_phone  SET STATS ('ndv'='200', 
'num_nulls'='0', 'row_count'='200');
+        """
     def mv1_1 = """
             SELECT SUM(lo_extendedprice*lo_discount) AS
             REVENUE


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to