This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push: new 32a6de4d651 branch-3.0: [fix](test) Inverted index property inconsistent #45834 (#46144) 32a6de4d651 is described below commit 32a6de4d65132a44087fca4009790aed8a25f20c Author: Uniqueyou <wangyix...@selectdb.com> AuthorDate: Mon Dec 30 20:06:51 2024 +0800 branch-3.0: [fix](test) Inverted index property inconsistent #45834 (#46144) pick https://github.com/apache/doris/pull/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