This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push: new c6742cbe7ef branch-2.1: [fix](test) Inverted index property inconsistent #45834 (#46143) c6742cbe7ef is described below commit c6742cbe7efecfc1bac3ad6a6381bf73b0f03683 Author: Uniqueyou <wangyix...@selectdb.com> AuthorDate: Mon Dec 30 20:05:13 2024 +0800 branch-2.1: [fix](test) Inverted index property inconsistent #45834 (#46143) 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 056295f98bc..bf3297ccdb4 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 @@ -164,7 +164,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