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



##########
File path: hudi-flink/src/main/java/org/apache/hudi/operator/FlinkOptions.java
##########
@@ -165,6 +165,42 @@ private FlinkOptions() {
       .defaultValue(128D) // 128MB
       .withDescription("Batch buffer size in MB to flush data into the 
underneath filesystem");
 
+  // ------------------------------------------------------------------------
+  //  Compaction Options
+  // ------------------------------------------------------------------------
+
+  public static final ConfigOption<Boolean> WRITE_ASYNC_COMPACTION = 
ConfigOptions

Review comment:
       Rename to `COMPACTION_ASYNC_ENABLED`.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to