1
0

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

This reverts commit 371526789d.
This commit is contained in:
vinoth chandar
2021-07-09 11:20:09 -07:00
committed by GitHub
parent 371526789d
commit b4562e86e4
14 changed files with 33 additions and 246 deletions

View File

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