diqiu50 opened a new issue, #11187: URL: https://github.com/apache/gravitino/issues/11187
### Describe the feature Support view operations in the Gravitino Flink connector, including CREATE VIEW, DROP VIEW, ALTER VIEW, and SHOW VIEWS via Flink SQL. ### Motivation Gravitino exposes a ViewCatalog API and the Hive backend already stores views. The Flink connector should support view operations so users can manage views through Flink SQL against Gravitino catalogs. ### Describe the solution Route view operations in BaseCatalog via ViewCatalog API. Any Gravitino catalog implementing ViewCatalog gets view support automatically. ### Additional context No additional context. -- 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]
