hudi-bot opened a new issue, #16100: URL: https://github.com/apache/hudi/issues/16100
Currently, while restoring, after we have processed N rollbacks in data table (rollbacks are not yet committed), we call metadata writer update method which then checks if there is at least a base file upto the point being restored. If not, then it aborts and the N rollback processing is wasted. The check in metadata writer update can be moved upfront. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-6575 - Type: Task - Fix version(s): - 1.1.0 -- 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]
