You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/07/30 08:16:09 UTC

[GitHub] [iotdb] mychaow commented on a change in pull request #3649: [IOTDB-1536]Support fuzzy query

mychaow commented on a change in pull request #3649:
URL: https://github.com/apache/iotdb/pull/3649#discussion_r679739944



##########
File path: server/src/main/java/org/apache/iotdb/db/qp/sql/IoTDBSqlVisitor.java
##########
@@ -1505,25 +1506,7 @@ private void parseIndexPredicate(IndexPredicateClauseContext ctx) {
     } else {
       path = parseFullPath(ctx.fullPath());
     }
-    if (ctx.LIKE() != null) {

Review comment:
       seems conflict with the index query, maybe you could chose another key word like match




-- 
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: reviews-unsubscribe@iotdb.apache.org

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