mchades opened a new pull request, #12603: URL: https://github.com/apache/gravitino/pull/12603
### What changes were proposed in this pull request? Add relational persistence for listing, altering, and dropping Semantic Models, including optimistic locking, cascade handling, hard deletion, version retention, and cleanup integration. The feature delta is 18 files, with 1,705 insertions and 65 deletions. ### Why are the changes needed? Semantic Models need complete relational lifecycle support beyond create and load operations. Fix: #12601 ### Does this PR introduce _any_ user-facing change? No new public API, REST, OpenAPI, or client surface is introduced. ### How was this patch tested? - Spotless, Javadoc, compilation, test compilation, and `git diff --check` passed. - `TestSemanticModelJDBCBackend` passed 18/18 across H2, MySQL, and PostgreSQL. - `TestSemanticModelMetaService` passed 21/21. - `TestBaseEntityCache` passed 6/6. -- 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]
