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/21 09:06:20 UTC

[GitHub] [iotdb] Alima777 commented on a change in pull request #3608: [IOTDB-959]Add createStorageGroup Grammar

Alima777 commented on a change in pull request #3608:
URL: https://github.com/apache/iotdb/pull/3608#discussion_r673796170



##########
File path: antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/SqlBase.g4
##########
@@ -110,6 +110,7 @@ statement
       cqSelectIntoClause #createContinuousQueryStatement
     | DROP (CONTINUOUS QUERY | CQ) continuousQueryName=ID #dropContinuousQueryStatement
     | SHOW (CONTINUOUS QUERIES | CQS) #showContinuousQueriesStatement
+    | CREATE STORAGE GROUP prefixPath #createStorageGroup

Review comment:
       Move this next to `SET STORAGE GROUP ...` to put the same type command together.




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