kavya685 commented on issue #16448: URL: https://github.com/apache/hudi/issues/16448#issuecomment-4518399045
@danny0405 Quick update! I dug deeper into the failures, resolved the structural issues, and just submitted a clean PR here: #18816. **Summary of fixes:** * Swapped out legacy table version initializations for `HoodieTableVersion.current().versionCode()` dynamically across the test suites. * Corrected pathing and file format generator logic for table version 9 layouts. * Patched localized production blocks (`RepairsCommand` and `FileSystemViewCommand`) to gracefully handle modern LSM timeline variations. * Activated `hudi-cli` in `azure-pipelines-20230430.yml`. * Verified locally with 0 checkstyle violations and 0 active test failures (90 tests passing, 10 known architectural gaps explicitly tracked/disabled under HUDI-7614). The automated Azure CI validation workflows are currently running against the PR. Whenever you have the bandwidth, I'd appreciate your review! -- 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]
