kangpinghuang commented on a change in pull request #2294: Add convert tablet 
rowset type
URL: https://github.com/apache/incubator-doris/pull/2294#discussion_r352453337
 
 

 ##########
 File path: fe/src/main/java/org/apache/doris/common/util/PropertyAnalyzer.java
 ##########
 @@ -73,6 +73,13 @@
     public static final String PROPERTIES_DISTRIBUTION_TYPE = 
"distribution_type";
     public static final String PROPERTIES_SEND_CLEAR_ALTER_TASK = 
"send_clear_alter_tasks";
 
+    /*
+     * for upgrade alpha rowset to beta rowset, valid value: v1, v2
+     * v1: alpha rowset
+     * v2: beta rowset
+     */
+    public static final String PROPERTIES_STORAGE_FORMAT = "storage_format";
 
 Review comment:
   It is a user side property, I think v1/v2 is more easy to understand.
   And more, v1 stands for Segment-v1, v2 stands for segment-v2.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to