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



##########
File path: 
hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java
##########
@@ -430,14 +430,14 @@ private FlinkOptions() {
   public static final ConfigOption<Boolean> COMPACTION_SCHEDULE_ENABLED = 
ConfigOptions
       .key("compaction.schedule.enabled")
       .booleanType()
-      .defaultValue(true) // default true for MOR write
-      .withDescription("Schedule the compaction plan, enabled by default for 
MOR");
+      .defaultValue(false) // default false for MOR write

Review comment:
       Fine with the change.




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


Reply via email to