mchades opened a new pull request, #12602:
URL: https://github.com/apache/gravitino/pull/12602

   ### What changes were proposed in this pull request?
   
   Add relational persistence for creating and loading Semantic Models, 
including persistence objects, definition SerDe, mappers, SQL providers, 
service routing, JDBC backend integration, and cache registration.
   
   The feature delta is 20 files, with 1,727 insertions and 5 deletions.
   
   ### Why are the changes needed?
   
   Semantic Models need durable relational persistence with correct definition, 
property, and transaction semantics.
   
   Fix: #12600
   
   ### 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 9/9 across H2, MySQL, and PostgreSQL.
   - `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]

Reply via email to