[HUDI-1281] Add deltacommit to ActionType (#3018)
Co-authored-by: veenaypatil <vinay18.patil@gmail.com>
This commit is contained in:
@@ -22,6 +22,5 @@ package org.apache.hudi.common.model;
|
||||
* The supported action types.
|
||||
*/
|
||||
public enum ActionType {
|
||||
//TODO HUDI-1281 make deltacommit part of this
|
||||
commit, savepoint, compaction, clean, rollback, replacecommit
|
||||
commit, savepoint, compaction, clean, rollback, replacecommit, deltacommit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user