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 2022/09/21 15:26:14 UTC

[GitHub] [iotdb] sogood99 commented on a diff in pull request #6989: [To rel/0.13][IOTDB-3882] Support Data Archiving

sogood99 commented on code in PR #6989:
URL: https://github.com/apache/iotdb/pull/6989#discussion_r976656038


##########
antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/IoTDBSqlParser.g4:
##########
@@ -330,6 +332,44 @@ countNodes
     : COUNT NODES prefixPath LEVEL OPERATOR_EQ INTEGER_LITERAL
     ;
 
+// Set Migration
+setMigration
+    : SET MIGRATION TO storageGroup=prefixPath startTime=DATETIME_LITERAL ttl=INTEGER_LITERAL targetDir=STRING_LITERAL
+    | SET MIGRATION TO setMigrationClause*
+    ;
+
+setMigrationClause

Review Comment:
   Changed.



##########
antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/IoTDBSqlParser.g4:
##########
@@ -330,6 +332,44 @@ countNodes
     : COUNT NODES prefixPath LEVEL OPERATOR_EQ INTEGER_LITERAL
     ;
 
+// Set Migration

Review Comment:
   Changed.



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