[
https://issues.apache.org/jira/browse/HUDI-248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
leesf updated HUDI-248:
-----------------------
Fix Version/s: (was: 0.5.2)
0.5.1
> 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, Usability
> Reporter: Rahul Bhartia
> Assignee: leesf
> Priority: Minor
> Labels: aws-emr, pull-request-available
> Fix For: 0.5.1
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> [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)