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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org