caican00 commented on code in PR #4192: URL: https://github.com/apache/gravitino/pull/4192#discussion_r1689677828
########## docs/lakehouse-paimon-catalog.md: ########## @@ -0,0 +1,152 @@ +--- +title: "Paimon catalog" +slug: /lakehouse-Paimon-catalog +keywords: + - lakehouse + - Paimon + - metadata +license: "This software is licensed under the Apache License version 2." +--- + +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + +## Introduction + +Apache Gravitino provides the ability to manage Apache Paimon metadata. + +### Requirements + +:::info +Builds with Apache Paimon `0.8.0`. +::: + +## Catalog + +### Catalog capabilities + +- Works as a catalog proxy, supporting `FilesystemCatalog`. +- Supports DDL operations for Paimon schemas and tables. + +- Doesn't support `JdbcCatalog` and `HiveCatalog` backend-catalog now. Review Comment: updated. -- 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]
