yuqi1129 commented on code in PR #6266: URL: https://github.com/apache/gravitino/pull/6266#discussion_r1917853009
########## docs/flink-connector/flink-catalog-paimon.md: ########## @@ -0,0 +1,114 @@ +--- +title: "Flink connector paimon catalog" +slug: /flink-connector/flink-catalog-paimon +keyword: flink connector paimon catalog +license: "This software is licensed under the Apache License version 2." +--- + +Accessing data in Paimon and managing Paimon's metadata will become simpler through the Apache Gravitino Flink connector. + +## Capabilities + +:::caution +Currently, only AppendOnly tables are supported. +::: + +Supports most DDL and DML operations in Flink SQL, except such operations: + +- Function operations +- Partition operations +- View operations +- Querying UDF +- `LOAD` clause +- `UNLOAD` clause +- `CREATE TABLE LIKE` clause +- `TRUCATE TABLE` clause +- `UPDATE` clause +- `DELETE` clause +- `CALL` clause + +## Requirement + +* Paimon 0.8 Review Comment: So, please add sentences like `Higher version like 0.9 or above may also supported but have not been tested fully.` -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org