danny0405 commented on code in PR #8394:
URL: https://github.com/apache/hudi/pull/8394#discussion_r1167417320
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java:
##########
@@ -640,6 +640,12 @@ private FlinkOptions() {
.defaultValue(true)
.withDescription("Whether to cleanup the old commits immediately on new
commits, enabled by default");
+ public static final ConfigOption<Boolean> CLEAN_OFFLINE_ENABLE =
ConfigOptions
+ .key("clean.offline.enable")
+ .booleanType()
+ .defaultValue(true)
+ .withDescription("Whether to cleanup the old commits immediately in
offline mode, enabled by default");
+
Review Comment:
No need to introduce this option.
--
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]