This is an automated email from the ASF dual-hosted git repository. kxiao 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 880a7b3425 add analyze table in tpcds_sf1_index/load.groovy 880a7b3425 is described below commit 880a7b3425b520c67fe358fe522e7d133c5e0367 Author: Kang <kxiao.ti...@gmail.com> AuthorDate: Sun Sep 3 22:20:04 2023 +0800 add analyze table in tpcds_sf1_index/load.groovy --- 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