rahil-c opened a new pull request, #13642: URL: https://github.com/apache/hudi/pull/13642
### Change Logs https://issues.apache.org/jira/browse/HUDI-9658 Currently in our upgrade/downgrade logic, if a hudi table contains a metadata table, we first upgrade/downgrade this table before proceeding to the data table. However if there is a crash in the process for mdt table, we have a silent failure but continue to upgrade/downgrade data table which can cause these two tables version to be out of sync. ### Impact minimal impact ### Risk level (write none, low medium or high below) low risk ### Documentation Update No doc update needed ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Change Logs and Impact were stated clearly - [ ] Adequate tests were added if applicable - [ ] CI passed cc @nsivabalan @yihua -- 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]
