danny0405 commented on code in PR #10851:
URL: https://github.com/apache/hudi/pull/10851#discussion_r1528063145


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java:
##########
@@ -725,40 +725,45 @@ private FlinkOptions() {
       .withDescription("Target IO in MB for per compaction (both read and 
write), default 500 GB");
 
   public static final ConfigOption<Boolean> CLEAN_ASYNC_ENABLED = ConfigOptions
-      .key("clean.async.enabled")
+      .key("hoodie.cleaner.async.enabled")

Review Comment:
   `clean.async.enabled` is shortcut option specifically for flink, 
`hoodie.cleaner.async.enabled` should be the fallback key instead.



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