atris commented on a change in pull request #7214:
URL: https://github.com/apache/pinot/pull/7214#discussion_r683680495



##########
File path: 
pinot-core/src/test/java/org/apache/pinot/queries/TextSearchQueriesTest.java
##########
@@ -253,6 +253,9 @@ public void testTextSearch()
         "SELECT INT_COL, QUERY_LOG_TEXT_COL FROM MyTable WHERE 
TEXT_MATCH(QUERY_LOG_TEXT_COL, '\"SELECT dimensionCol2\"') LIMIT 50000";
     testTextSearchSelectQueryHelper(query, 11787, false, null);
 
+    query = "SELECT INT_COL, QUERY_LOG_TEXT_COL FROM MyTable WHERE 
QUERY_LOG_TEXT_COL LIKE '\"SELECT dimensionCol2\"' LIMIT 50000";

Review comment:
       You are right, LIKE does not have phrase queries, nor does it support 
any of Lucene's syntaxes. Fixed now, thanks




-- 
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...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to