mchades opened a new pull request, #12626: URL: https://github.com/apache/gravitino/pull/12626
### What changes were proposed in this pull request? This PR adds Semantic Model REST APIs for list, alter, and drop, including atomic alter request DTOs, conversion to Semantic Model changes, server routing, exception handling, and focused tests. This draft is stacked on the updated REST create/load work for #12607 and the unmerged Core list/alter/drop work for #12605. The feature commit itself contains only list/alter/drop changes under common and server. ### Why are the changes needed? These APIs complete the REST lifecycle for Semantic Models. Alter requests are fully validated and converted before dispatch so an invalid update cannot partially apply the batch. Fix: #12608 ### Does this PR introduce _any_ user-facing change? Yes. It adds GET list, PUT alter, and DELETE drop REST operations for schema-scoped Semantic Models. Create, load, OpenAPI, and client changes are outside this feature commit. ### How was this patch tested? The following local checks passed: - Semantic Model update DTO and REST lifecycle focused tests - ./gradlew :common:check :server:check -PskipITs - ./gradlew :common:spotlessApply :server: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]
