1
0

[MINOR] Fix javadoc of InsertBucket (#1445)

This commit is contained in:
Mathieu
2020-03-25 22:25:47 +08:00
committed by GitHub
parent bc82e2be6c
commit 5eed6c98a8

View File

@@ -499,7 +499,7 @@ public class HoodieCopyOnWriteTable<T extends HoodieRecordPayload> extends Hoodi
}
/**
* Helper class for an insert bucket along with the weight [0.0, 0.1] that defines the amount of incoming inserts that
* Helper class for an insert bucket along with the weight [0.0, 1.0] that defines the amount of incoming inserts that
* should be allocated to the bucket.
*/
class InsertBucket implements Serializable {