xiaokang commented on code in PR #22592:
URL: https://github.com/apache/doris/pull/22592#discussion_r1284083185
##########
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:
changed
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]