markhoerth commented on code in PR #12285: URL: https://github.com/apache/gravitino/pull/12285#discussion_r3685740454
########## docs/lakehouse-generic-catalog.md: ########## @@ -4,200 +4,166 @@ slug: "/lakehouse-generic-catalog" keywords: - lakehouse - lance + - delta - metadata - generic catalog - - file system license: "This software is licensed under the Apache License version 2." --- -import Tabs from '@theme/Tabs'; -import TabItem from '@theme/TabItem'; - ## Overview -The Generic Lakehouse Catalog is a Gravitino catalog implementation designed to seamlessly integrate with lakehouse storage systems built on file system-based architectures. This catalog enables unified metadata management for lakehouse tables stored on various storage backends, providing a consistent interface for data discovery, governance, and access control. +Some table formats define a catalog of their own, and Apache Gravitino federates to it. Apache Iceberg is the example: the Iceberg catalog connects to an existing Iceberg REST catalog or Hive metastore, which remains the system of record. Review Comment: ```suggestion Some table formats define a catalog of their own, and Apache Gravitino federates to it. ``` -- 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]
