1
0

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

This reverts commit 783c9cb3
This commit is contained in:
yuzhao.cyz
2021-07-16 18:05:33 +08:00
committed by Danny Chan
parent c8aaf00819
commit 50c2b76d72
14 changed files with 28 additions and 242 deletions

View File

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