deepakpanda93 commented on PR #19497: URL: https://github.com/apache/hudi/pull/19497#issuecomment-5437632140
Thanks for the review. Nothing to change from it, so just noting what has moved since: - Rebased onto latest master (93 commits). No conflicts. - Retitled to `fix(utilities): ...` to follow Conventional Commits, matching the scope used by the most recent change to this file (#19395). The `Closes #15126 / HUDI-3880` link is in the PR description. - Re-ran `TestHoodieMetadataTableValidator` on the rebased branch (spark3.5): 50/50 pass. On the point about the supplementary check never masking the original mismatch — that is the intent, and it is covered explicitly rather than only by construction: the mismatch is still what the validator throws on, and if the added common-partition comparison itself fails, that failure is logged and appended to the message instead of replacing it. -- 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]
