1
0

[HUDI-3943] Some description fixes for 0.10.1 docs (#5447)

This commit is contained in:
LiChuang
2022-04-29 06:18:56 +08:00
committed by GitHub
parent 52953c8f5e
commit 4e928a6fe1
6 changed files with 16 additions and 16 deletions

View File

@@ -137,7 +137,7 @@ public class FlinkOptions extends HoodieConfig {
.key("index.partition.regex")
.stringType()
.defaultValue(".*")
.withDescription("Whether to load partitions in state if partition path matching default *");
.withDescription("Whether to load partitions in state if partition path matching default `*`");
// ------------------------------------------------------------------------
// Read Options
@@ -542,7 +542,7 @@ public class FlinkOptions extends HoodieConfig {
.key("compaction.target_io")
.longType()
.defaultValue(500 * 1024L) // default 500 GB
.withDescription("Target IO per compaction (both read and write), default 500 GB");
.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")