yuqi1129 commented on code in PR #9173: URL: https://github.com/apache/gravitino/pull/9173#discussion_r2605046924
########## docs/lakehouse-generic-lance-table.md: ########## @@ -0,0 +1,327 @@ +--- +title: "Generic lakehouse catalog with Lance" +slug: /lakehouse-generic-catalog-with-lance +keywords: +- lakehouse +- lance +- 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 + +This document describes how to use Apache Gravitino to manage a generic lakehouse catalog using Lance as the underlying table format. + + +## Table Management + +### Supported Operations + +For Lance tables in a Generic Lakehouse Catalog, the following table summarizes supported operations: + +| Operation | Support Status | +|-----------|----------------| +| List | ✅ Full | +| Load | ✅ Full | +| Alter | No support now | +| Create | ✅ Full | +| Register | ✅ Full | +| Drop | ✅ Full | +| Truncate | ✅ Full | Review Comment: Sorry, it should be `purge`. -- 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]
