Forus0322 opened a new issue, #8377: URL: https://github.com/apache/hudi/issues/8377
**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: 1. 2. 3. 4. **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.``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
