This is an automated email from the ASF dual-hosted git repository.
vinoyang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 5eed6c9 [MINOR] Fix javadoc of InsertBucket (#1445)
5eed6c9 is described below
commit 5eed6c98a8880dc3b4e64ec9ff9dae4859e89b4c
Author: Mathieu <[email protected]>
AuthorDate: Wed Mar 25 22:25:47 2020 +0800
[MINOR] Fix javadoc of InsertBucket (#1445)
---
.../src/main/java/org/apache/hudi/table/HoodieCopyOnWriteTable.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hudi-client/src/main/java/org/apache/hudi/table/HoodieCopyOnWriteTable.java
b/hudi-client/src/main/java/org/apache/hudi/table/HoodieCopyOnWriteTable.java
index 94c520c..0b16efe 100644
---
a/hudi-client/src/main/java/org/apache/hudi/table/HoodieCopyOnWriteTable.java
+++
b/hudi-client/src/main/java/org/apache/hudi/table/HoodieCopyOnWriteTable.java
@@ -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 {