[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.
|
* Type of the Hoodie Table.
|
||||||
* <p>
|
* <p>
|
||||||
* Currently, 1 type is supported
|
* Currently, 2 types are supported.
|
||||||
* <p>
|
* <p>
|
||||||
* COPY_ON_WRITE - Performs upserts by versioning entire files, with later versions containing newer value of a record.
|
* COPY_ON_WRITE - Performs upserts by versioning entire files, with later versions containing newer value of a record.
|
||||||
* <p>
|
* <p>
|
||||||
* In the future, following might be added.
|
|
||||||
* <p>
|
|
||||||
* MERGE_ON_READ - Speeds up upserts, by delaying merge until enough work piles up.
|
* MERGE_ON_READ - Speeds up upserts, by delaying merge until enough work piles up.
|
||||||
* <p>
|
* <p>
|
||||||
|
* In the future, following might be added.
|
||||||
|
* <p>
|
||||||
* SIMPLE_LSM - A simple 2 level LSM tree.
|
* SIMPLE_LSM - A simple 2 level LSM tree.
|
||||||
*/
|
*/
|
||||||
public enum HoodieTableType {
|
public enum HoodieTableType {
|
||||||
|
|||||||
Reference in New Issue
Block a user