mchades opened a new pull request, #10982: URL: https://github.com/apache/gravitino/pull/10982
### What changes were proposed in this pull request? - Common DTOs: `ViewDTO`, `RepresentationDTO`, `SQLRepresentationDTO` - Request/response DTOs: `ViewCreateRequest`, `ViewUpdatesRequest`, `ViewResponse`, polymorphic `ViewUpdateRequest` subtypes - `DTOConverters` extensions for view and representation conversions - `ViewOperations` JAX-RS resource (list/load/create/alter/drop) - `ExceptionHandlers.handleViewException` ### Why are the changes needed? Exposes the view CRUD dispatcher as HTTP endpoints so clients can manage logical views via the REST API. Fix: #10981 ### Does this PR introduce _any_ user-facing change? Yes — new REST endpoints for logical view CRUD operations. ### How was this patch tested? `TestViewOperations` covers happy paths and error paths for all five endpoints. -- 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]
