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

[jira] [Commented] (HUDI-248) CLI doesn't allow rolling back a Delta commit

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

leesf commented on HUDI-248:
----------------------------

hi [~rbhartia], do you have interest in working it?

> CLI doesn't allow rolling back a Delta commit
> ---------------------------------------------
>
>                 Key: HUDI-248
>                 URL: https://issues.apache.org/jira/browse/HUDI-248
>             Project: Apache Hudi (incubating)
>          Issue Type: Bug
>          Components: CLI
>            Reporter: Rahul Bhartia
>            Priority: Minor
>              Labels: aws-emr
>             Fix For: 0.5.1
>
>
> [https://github.com/apache/incubator-hudi/blob/master/hudi-cli/src/main/java/org/apache/hudi/cli/commands/CommitsCommand.java#L128]
>  
> When trying to find a match for passed in commit value, the "commit rollback" command is always default to using HoodieTimeline.COMMIT_ACTION - and hence doesn't allow rolling back delta commits.
> Note: Delta Commits can be rolled back using a HoodieWriteClient, so seems like it's a just a matter of having to match against both COMMIT_ACTION and DELTA_COMMIT_ACTION in the CLI.



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