diff --git a/hudi-common/src/main/java/org/apache/hudi/common/model/HoodieTableType.java b/hudi-common/src/main/java/org/apache/hudi/common/model/HoodieTableType.java index 17c7fd24f104c..6c24e391b32df 100644 --- a/hudi-common/src/main/java/org/apache/hudi/common/model/HoodieTableType.java +++ b/hudi-common/src/main/java/org/apache/hudi/common/model/HoodieTableType.java @@ -21,14 +21,14 @@ /** * Type of the Hoodie Table. *

- * Currently, 1 type is supported + * Currently, 2 types are supported. *

* COPY_ON_WRITE - Performs upserts by versioning entire files, with later versions containing newer value of a record. *

- * In the future, following might be added. - *

* MERGE_ON_READ - Speeds up upserts, by delaying merge until enough work piles up. *

+ * In the future, following might be added. + *

* SIMPLE_LSM - A simple 2 level LSM tree. */ public enum HoodieTableType {