okumin commented on PR #3288:
URL: https://github.com/apache/hive/pull/3288#issuecomment-2646143326
I would like a single source of the overview of the current strategy so that
everyone, including new people, can understand it.
- The SQL syntax of Hive can process the semantics of the "catalog" of ANSI
SQL. It means Hive users can directly identify a table with the fully qualified
triplet, e.g., `SELECT * FROM {catalog name}.{schema(database) name}.{table
name}`
- Hive Metastore can store multiple types of catalogs. I think HMS already
supports it
- A catalog in Hive Metastore can federate with an external Iceberg REST
Catalog
- Hive Metastore can behave as an Iceberg REST Catalog
- Hive Query Engine can support another catalog, such as Glue Catalog
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]