This is an automated email from the ASF dual-hosted git repository. panxiaolei 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 4d3113c6e5 Update test_segcompaction_dup_keys_index.groovy (#23046) 4d3113c6e5 is described below commit 4d3113c6e5bbe476e9e58219e1d76dc79538e2e2 Author: Dongyang Li <hello_step...@qq.com> AuthorDate: Fri Aug 18 16:52:26 2023 +0800 Update test_segcompaction_dup_keys_index.groovy (#23046) --- .../suites/segcompaction_p2/test_segcompaction_dup_keys_index.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/regression-test/suites/segcompaction_p2/test_segcompaction_dup_keys_index.groovy b/regression-test/suites/segcompaction_p2/test_segcompaction_dup_keys_index.groovy index b2ef39c64b..cc042c40f5 100644 --- a/regression-test/suites/segcompaction_p2/test_segcompaction_dup_keys_index.groovy +++ b/regression-test/suites/segcompaction_p2/test_segcompaction_dup_keys_index.groovy @@ -109,6 +109,7 @@ suite("test_segcompaction_dup_keys_index") { assertTrue(1 == 2, "load Timeout: $uuid") } } + sql "sync" qt_select_default """ SELECT * FROM ${tableName} WHERE col_0=47 order by col_1, col_2; """ qt_select_default """ SELECT COUNT(*) FROM ${tableName} WHERE col_1 MATCH_ANY 'lemon'; """ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org