zclllyybb commented on code in PR #57013:
URL: https://github.com/apache/doris/pull/57013#discussion_r2516482540
##########
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:
是有这个规划,可能不仅是这几个变量,而是把dynamic
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]