-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Description
Describe the problem you faced
Does Hudi support rollback by partition?
For example, suppose there are 10 commits, which are written to three partitions A, B, and C respectively. The first commit is written to partition A, and the remaining commits are written to partitions B and C. Now if you want to rollback the data in partition A, you need to rollback partitions B and C step by step, and finally you can rollback partition A.
So does Hudi support rollback by partition, for example, if I directly rollback partition A without affecting the data of partition B and C?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Environment Description
-
Hudi version : 0.12.2
-
Spark version : 3.1.3
-
Hive version : 3.1.2
-
Hadoop version : 3.3.0
-
Storage (HDFS/S3/GCS..) : HDFS
-
Running on Docker? (yes/no) : no
Additional context
Add any other context about the problem here.
Stacktrace
Add the stacktrace of the error.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status