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 7eef9fe9ff2 [fix](test) Inverted index property inconsistent (#45834) 7eef9fe9ff2 is described below commit 7eef9fe9ff2f4e876efc108876004991b4b08aa1 Author: Uniqueyou <wangyix...@selectdb.com> AuthorDate: Fri Dec 27 19:17:36 2024 +0800 [fix](test) Inverted index property inconsistent (#45834) --- regression-test/suites/fault_injection_p0/test_build_index_fault.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/fault_injection_p0/test_build_index_fault.groovy b/regression-test/suites/fault_injection_p0/test_build_index_fault.groovy index 1648cdd726b..3a33c2e41ec 100644 --- a/regression-test/suites/fault_injection_p0/test_build_index_fault.groovy +++ b/regression-test/suites/fault_injection_p0/test_build_index_fault.groovy @@ -167,7 +167,7 @@ suite("test_build_index_fault", "inverted_index, nonConcurrent,p2"){ qt_count1 """ SELECT COUNT() from ${tableName}; """ // ADD INDEX - sql """ ALTER TABLE ${tableName} ADD INDEX idx_comment (`comment`) USING INVERTED PROPERTIES("parser" = "english") """ + sql """ ALTER TABLE ${tableName} ADD INDEX idx_comment (`comment`) USING INVERTED PROPERTIES("support_phrase" = "true", "parser" = "english", "lower_case" = "true") """ wait_for_latest_op_on_table_finish(tableName, timeout) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org