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
commit b8b7cb796f41624d842427e664aa1a9bc75fad83 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 deletion(-) 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 7ece27234c..a886def80a 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 @@ -110,7 +110,6 @@ suite("test_segcompaction_dup_keys_index") { } } 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'; """ qt_select_default """ SELECT COUNT(*) FROM ${tableName} WHERE col_2 MATCH_ANY 'Lemon'; """ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org