1
0

[HUDI-2087] Support Append only in Flink stream (#3174)

Co-authored-by: 喻兆靖 <yuzhaojing@bilibili.com>
This commit is contained in:
yuzhaojing
2021-07-09 16:06:32 +08:00
committed by GitHub
parent 047d956e01
commit 371526789d
14 changed files with 246 additions and 33 deletions

View File

@@ -19,5 +19,5 @@
package org.apache.hudi.table.action.commit;
public enum BucketType {
UPDATE, INSERT
UPDATE, INSERT, APPEND_ONLY
}