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

dataroaring 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 f37078db99 [fix](testcase) add analyze table in load of 
tpcds_sf1_index testcase (#23811)
f37078db99 is described below

commit f37078db995cf5995d79a98c943181980419e627
Author: Kang <kxiao.ti...@gmail.com>
AuthorDate: Mon Sep 4 16:19:48 2023 +0800

    [fix](testcase) add analyze table in load of tpcds_sf1_index testcase 
(#23811)
---
 regression-test/suites/inverted_index_p1/tpcds_sf1_index/load.groovy | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/regression-test/suites/inverted_index_p1/tpcds_sf1_index/load.groovy 
b/regression-test/suites/inverted_index_p1/tpcds_sf1_index/load.groovy
index 1b527dcc81..5e1422b58d 100644
--- a/regression-test/suites/inverted_index_p1/tpcds_sf1_index/load.groovy
+++ b/regression-test/suites/inverted_index_p1/tpcds_sf1_index/load.groovy
@@ -98,5 +98,7 @@ suite("load") {
                 assertTrue(json.NumberLoadedRows > 0 && json.LoadBytes > 0)
             }
         }
+        sql """ ANALYZE TABLE $tableName WITH SYNC """
     }
+    sql """ sync """
 }


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

Reply via email to