yujun777 commented on code in PR #57013:
URL: https://github.com/apache/doris/pull/57013#discussion_r2516404568


##########
fe/fe-core/src/main/java/org/apache/doris/common/util/PropertyAnalyzer.java:
##########
@@ -207,6 +207,7 @@ public class PropertyAnalyzer {
     public static final String PROPERTIES_PARTITION_SYNC_LIMIT = 
"partition_sync_limit";
     public static final String PROPERTIES_PARTITION_TIME_UNIT = 
"partition_sync_time_unit";
     public static final String PROPERTIES_PARTITION_DATE_FORMAT = 
"partition_date_format";
+    public static final String PROPERTIES_PARTITION_RETENTION_COUNT = 
"partition.retention_count";

Review Comment:
   suggest the key name use 'auto_partition.xxxx', to emphasize it only use for 
auto partition.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to