danny0405 commented on a change in pull request #2853:
URL: https://github.com/apache/hudi/pull/2853#discussion_r616499589



##########
File path: 
hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java
##########
@@ -80,6 +80,12 @@ private FlinkOptions() {
       .defaultValue(false)
       .withDescription("Whether to bootstrap the index state from existing 
hoodie table, default false");
 
+  public static final ConfigOption<Double> INDEX_STATE_TTL = ConfigOptions
+      .key("index.state.ttl")
+      .doubleType()
+      .defaultValue(1.5D)
+      .withDescription("index state ttl in days. default is 1.5 day.");
+

Review comment:
       Index state ttl in days, default 1.5 day




-- 
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]


Reply via email to