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/10/14 09:12:52 UTC

[GitHub] [iotdb] wangchao316 commented on a change in pull request #4132: [IOTDB-1823] Support group by multi level

wangchao316 commented on a change in pull request #4132:
URL: https://github.com/apache/iotdb/pull/4132#discussion_r728763155



##########
File path: server/src/main/java/org/apache/iotdb/db/qp/sql/IoTDBSqlVisitor.java
##########
@@ -1159,11 +1160,12 @@ private SelectIntoOperator parseAndConstructSelectIntoOperator(SelectStatementCo
   }
 
   private PartialPath parseIntoPath(IntoPathContext intoPathContext) {
-    int levelLimitOfSourcePrefixPath =
-        queryOp.getSpecialClauseComponent() != null
-            ? queryOp.getSpecialClauseComponent().getLevel()
-            : -1;
-    if (levelLimitOfSourcePrefixPath == -1) {
+    // TODO

Review comment:
       what will this comment do ?




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