[MINOR] Update the java doc of HoodieTableType (#1148)
This commit is contained in:
@@ -21,14 +21,14 @@ package org.apache.hudi.common.model;
|
||||
/**
|
||||
* Type of the Hoodie Table.
|
||||
* <p>
|
||||
* Currently, 1 type is supported
|
||||
* Currently, 2 types are supported.
|
||||
* <p>
|
||||
* COPY_ON_WRITE - Performs upserts by versioning entire files, with later versions containing newer value of a record.
|
||||
* <p>
|
||||
* In the future, following might be added.
|
||||
* <p>
|
||||
* MERGE_ON_READ - Speeds up upserts, by delaying merge until enough work piles up.
|
||||
* <p>
|
||||
* In the future, following might be added.
|
||||
* <p>
|
||||
* SIMPLE_LSM - A simple 2 level LSM tree.
|
||||
*/
|
||||
public enum HoodieTableType {
|
||||
|
||||
Reference in New Issue
Block a user