FANNG1 commented on code in PR #9908: URL: https://github.com/apache/gravitino/pull/9908#discussion_r2782874210
########## docs/lakehouse-generic-iceberg-table.md: ########## @@ -0,0 +1,133 @@ +--- +title: "Iceberg table support" +slug: /iceberg-table-support +keywords: +- lakehouse +- iceberg +- metadata +- generic catalog +license: "This software is licensed under the Apache License version 2." +--- + +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + +## Overview + +This document describes how to use Apache Gravitino to manage Iceberg tables in a Generic Lakehouse +Catalog. The current release supports **external Iceberg tables** (metadata-only registration). +Managed Iceberg tables will be supported in a future release. + +## Table Management + +### Supported Operations + +For Iceberg tables in a Generic Lakehouse Catalog, the following table summarizes supported +operations: + +| Operation | Support Status | +|-----------|-----------------| +| List | ✅ Supported | +| Load | ✅ Supported | +| Alter | ✅ Supported | +| Create | ✅ Supported | +| Drop | ✅ Supported | +| Purge | ❌ Not supported | + Review Comment: There is no double `||` -- 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]
