SteNicholas commented on code in PR #6100:
URL: https://github.com/apache/hudi/pull/6100#discussion_r938661789
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java:
##########
@@ -502,6 +502,12 @@ private FlinkOptions() {
.defaultValue(true) // default true for MOR write
.withDescription("Schedule the compaction plan, enabled by default for
MOR");
+ public static final ConfigOption<Integer> COMPACTION_FIFO_MAX_PENDING_PLANS
= ConfigOptions
+ .key("compaction.fifo_max.pending.plans")
Review Comment:
```suggestion
.key("compaction.fifo.max.pending.plans")
```
--
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]