Skip to content

Commit a8d5bbd

Browse files
gyang94luoyuxia
andcommitted
Update fluss-common/src/main/java/com/alibaba/fluss/config/ConfigOptions.java
Co-authored-by: yuxia Luo <[email protected]>
1 parent 167bc12 commit a8d5bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluss-common/src/main/java/com/alibaba/fluss/config/ConfigOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ public class ConfigOptions {
976976
.defaultValue(7)
977977
.withDescription(
978978
"The number of history partitions to retain for auto created partitions in each check for auto partition. "
979-
+ "The default value is 7 which means retains 7 partitions. "
979+
+ "The default value is 7, which means that 7 partitions will be retained. "
980980
+ "For example, if the current check time is 2024-11-11, time-unit is DAY, and the value is "
981981
+ "configured as 3, then the history partitions 20241108, 20241109, 20241110 will be retained. "
982982
+ "The partitions earlier than 20241108 will be deleted.");

0 commit comments

Comments
 (0)