yuqi1129 commented on PR #12823: URL: https://github.com/apache/gravitino/pull/12823#issuecomment-5567435310
Follow-up review and polish completed on 8a59ec0346.\n\n- Addressed the missing-row overwrite race: a unique-key conflict from an overwrite transaction is classified as a retryable OptimisticLockException after rollback.\n- Extracted natural-key/stable-ID overwrite resolution into OccWriteSupport.findAndLockForOverwrite, shared by Function, View, and Tag services.\n- Added regression coverage for first-time concurrent overwrite, same-parent ID fallback, and cross-parent ID rejection.\n- Core formatting and targeted Function/Tag/OCC tests passed across H2, MySQL, and PostgreSQL.\n\nThe two outstanding review threads have been addressed and can be resolved. -- 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]
