Track fileIds with pending compaction in FileSystemView to provide correct API semantics
This commit is contained in:
committed by
vinoth chandar
parent
1b61f04e05
commit
9d99942564
@@ -108,7 +108,6 @@ public class HoodieCompactionConfig extends DefaultHoodieConfig {
|
||||
+ ".partitions";
|
||||
// 500GB of target IO per compaction (both read and write)
|
||||
public static final String DEFAULT_TARGET_PARTITIONS_PER_DAYBASED_COMPACTION = String.valueOf(10);
|
||||
public static final String DEFAULT_COMPACTOR_ID = "default";
|
||||
|
||||
private HoodieCompactionConfig(Properties props) {
|
||||
super(props);
|
||||
|
||||
Reference in New Issue
Block a user