hdygxsj commented on code in PR #6266: URL: https://github.com/apache/gravitino/pull/6266#discussion_r1917848199
########## 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: Gravitino的服务端目前用的还是0.8,需要提升版本来保证兼容性 -- 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]
