Rahul Bhartia created HUDI-248:
----------------------------------

             Summary: 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


[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.2#803003)

Reply via email to