kevinw66 opened a new pull request, #12040: URL: https://github.com/apache/gravitino/pull/12040
### What changes were proposed in this pull request? This PR adds the public Python API definitions required for view support. The changes include: - Add `View`, `ViewCatalog`, and `ViewChange`. - Add `Representation`, `SQLRepresentation`, and predefined SQL dialects. - Add `Catalog.as_view_catalog()`. - Add view-specific exception types. - Add unit tests for view representations and changes. ### Why are the changes needed? The Python client currently lacks the public API contracts required to represent and manage views. Fix: #12039 ### Does this PR introduce _any_ user-facing change? Yes. It adds public Python API definitions for views. ### How was this patch tested? Added unit tests for `View`, `ViewChange`, and `SQLRepresentation`. The formatting, lint, and unit test checks passed. -- 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]
