1
0

[MINOR] fix typo

This commit is contained in:
Mathieu
2019-12-25 06:48:15 +08:00
committed by leesf
parent 4b1b3fc28c
commit 41f36770e0

View File

@@ -67,7 +67,7 @@ public class HoodieCompactionConfig extends DefaultHoodieConfig {
public static final String COPY_ON_WRITE_TABLE_AUTO_SPLIT_INSERTS = "hoodie.copyonwrite.insert.auto.split";
// its off by default
public static final String DEFAULT_COPY_ON_WRITE_TABLE_AUTO_SPLIT_INSERTS = String.valueOf(true);
// This value is used as a guessimate for the record size, if we can't determine this from
// This value is used as a guesstimate for the record size, if we can't determine this from
// previous commits
public static final String COPY_ON_WRITE_TABLE_RECORD_SIZE_ESTIMATE = "hoodie.copyonwrite.record.size.estimate";
// Used to determine how much more can be packed into a small file, before it exceeds the size