You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Vinay (Jira)" <ji...@apache.org> on 2021/05/31 12:29:00 UTC

[jira] [Commented] (HUDI-1281) deltacommit is not part of ActionType used in HoodieArchivedMetaEntry

    [ https://issues.apache.org/jira/browse/HUDI-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17354433#comment-17354433 ] 

Vinay commented on HUDI-1281:
-----------------------------

[~shivnarayan] Since there is no activity on this ticket, I can pick this up, I see we have not yet added `deltacommit` to ActionType enum. 

```

public enum ActionType {
 //TODO HUDI-1281 make deltacommit part of this
 commit, savepoint, compaction, clean, rollback, replacecommit
}
```

 

> deltacommit is not part of ActionType used in HoodieArchivedMetaEntry 
> ----------------------------------------------------------------------
>
>                 Key: HUDI-1281
>                 URL: https://issues.apache.org/jira/browse/HUDI-1281
>             Project: Apache Hudi
>          Issue Type: Wish
>          Components: Code Cleanup
>            Reporter: satish
>            Assignee: Vinay
>            Priority: Minor
>              Labels: code-cleanup
>
> incubator-hudi/hudi-common/src/main/java/org/apache/hudi/common/model/ActionType.java  does not include deltacommit 
> Both commit/deltacommit use 'commit' command which can be confusing.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)