Jackie-Jiang commented on a change in pull request #7023:
URL: https://github.com/apache/incubator-pinot/pull/7023#discussion_r647670938



##########
File path: 
pinot-common/src/test/java/org/apache/pinot/sql/parsers/CalciteSqlCompilerTest.java
##########
@@ -179,11 +179,6 @@ public void testFilterClauses() {
     Assert.assertEquals(func.getOperator(), "REGEXP_LIKE");
     Assert.assertEquals(func.getOperands().get(0).getIdentifier().getName(), 
"E");
     
Assert.assertEquals(func.getOperands().get(1).getLiteral().getStringValue(), 
"^U.*");
-    pinotQuery = CalciteSqlParser.compileToPinotQuery("select * from 
vegetables where f LIKE '%potato%'");

Review comment:
       We don't support sql `LIKE` yet, but only the `regexp_like`. We can add 
the support later, but out of the scope of this PR




-- 
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.

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