jt2594838 commented on a change in pull request #429: [IOTDB-205]Support
storage-group-level data ttl
URL: https://github.com/apache/incubator-iotdb/pull/429#discussion_r337307205
##########
File path:
server/src/main/java/org/apache/iotdb/db/metadata/MetadataOperationType.java
##########
@@ -34,5 +34,6 @@ private MetadataOperationType(){
public static final String UNLINK_MNODE_FROM_PTREE = "7";
public static final String ADD_INDEX_TO_PATH = "8";
public static final String DELETE_INDEX_FROM_PATH = "9";
- public static final String DELETE_STORAGE_GROUP_FROM_MTREE = "10";
+ public static final String SET_TTL = "10";
+ public static final String DELETE_STORAGE_GROUP_FROM_MTREE = "11";
Review comment:
Because when I created the field SET_TTL, there is no such field
DELETE_STORAGE_GROUP_FROM_MTREE. And later I merged master which brought
DELETE_STORAGE_GROUP_FROM_MTREE.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services