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

@@ -78,7 +78,7 @@ public class FileSystemViewStorageConfig extends HoodieConfig {
public static final ConfigProperty<Long> SPILLABLE_MEMORY = ConfigProperty
.key("hoodie.filesystem.view.spillable.mem")
.defaultValue(100 * 1024 * 1024L) // 100 MB
.withDocumentation("Amount of memory to be used for holding file system view, before spilling to disk.");
.withDocumentation("Amount of memory to be used in bytes for holding file system view, before spilling to disk.");
public static final ConfigProperty<Double> SPILLABLE_COMPACTION_MEM_FRACTION = ConfigProperty
.key("hoodie.filesystem.view.spillable.compaction.mem.fraction")