diqiu50 opened a new issue, #11925: URL: https://github.com/apache/gravitino/issues/11925
### Describe the feature Support creating, reading, replacing, renaming, and dropping views via Trino SQL on Gravitino-backed catalogs. ### Motivation Gravitino exposes a ViewCatalog API and the Flink connector already consumes it. The Trino connector should allow users to manage and query these views via Trino SQL. ### Describe the solution Implement the view-related `ConnectorMetadata` methods in the Trino connector by delegating to the ViewCatalog API, and fix the Hive backend's rejection of the `trino` SQL dialect so Hive-backed views work end-to-end. ### 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]
