Tanya-W commented on code in PR #22592: URL: https://github.com/apache/doris/pull/22592#discussion_r1284048434
########## regression-test/suites/inverted_index_p0/test_index_match_select.groovy: ########## @@ -203,6 +203,10 @@ suite("test_index_match_select", "inverted_index_select"){ qt_sql """ select * from ${indexTbName1} where ${varchar_colume1} match_all '"zhang san"' order by name; """ qt_sql """ select * from ${indexTbName1} where ${varchar_colume1} match_any 'san' order by name; """ qt_sql """ select * from ${indexTbName1} where ${varchar_colume1} match_any 'not exist name' order by name; """ + // stop word and empty query should return 0 rows Review Comment: from line 159 to line 184, maybe also need make some changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org