diqiu50 opened a new issue, #11287: URL: https://github.com/apache/gravitino/issues/11287
### Describe the feature Support reading Gravitino views via Spark SQL on Gravitino Hive catalogs. ### Motivation Gravitino exposes a ViewCatalog API and the Hive backend already stores views in HMS. The Spark connector should allow users to query these views via Spark SQL. ### Describe the solution Route view loading through ViewCatalog API in BaseCatalog, and implement SparkHiveView as a V2 Table that executes the view SQL via SparkSession. ### 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]
