From 5eed6c98a8880dc3b4e64ec9ff9dae4859e89b4c Mon Sep 17 00:00:00 2001 From: Mathieu Date: Wed, 25 Mar 2020 22:25:47 +0800 Subject: [PATCH] [MINOR] Fix javadoc of InsertBucket (#1445) --- .../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 94c520cc4..0b16efe80 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 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 {