1
0

[HUDI-1281] Add deltacommit to ActionType (#3018)

Co-authored-by: veenaypatil <vinay18.patil@gmail.com>
This commit is contained in:
Vinay Patil
2021-06-05 11:00:48 +05:30
committed by GitHub
parent c4a2ad2702
commit cf90f17732
3 changed files with 28 additions and 5 deletions

View File

@@ -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
}