1
0

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

Co-authored-by: 喻兆靖 <yuzhaojing@bilibili.com>
This commit is contained in:
yuzhaojing
2021-07-10 14:49:35 +08:00
committed by GitHub
parent 7c6eebf98c
commit 783c9cb369
14 changed files with 243 additions and 29 deletions

View File

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