mchades opened a new pull request, #12628: URL: https://github.com/apache/gravitino/pull/12628
### What changes were proposed in this pull request? This PR adds Java client support for Semantic Model list, create, load, alter, and drop operations, including REST request construction, DTO conversion, error mapping, catalog exposure, and focused tests. This draft is stacked on the updated REST list/alter/drop dependency chain for #12608. The OpenAPI contract in #12609 was audited separately and is intentionally not included in this branch ancestry. ### Why are the changes needed? The Java client needs schema-scoped access to the complete Semantic Model lifecycle through the REST API. Fix: #12610 ### Does this PR introduce _any_ user-facing change? Yes. Relational catalogs expose SemanticModelCatalog operations through the Java client. Python, UI, governance, and OpenAPI changes are outside this feature commit. ### How was this patch tested? The following local checks passed: - Semantic Model Java client focused tests - ./gradlew :clients:client-java:check -PskipITs - ./gradlew :clients:client-java:spotlessApply - git diff --check -- 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]
