yuqi1129 commented on code in PR #6266:
URL: https://github.com/apache/gravitino/pull/6266#discussion_r1917840680


##########
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.

Review Comment:
   Please add more sentences here as below to make it more natural. 
   
   ```text
   This document provides a comprehensive guide on configuring and using Apache 
Gravitino Flink connector to access the Paimon catalog managed by the Gravitino 
server. 
   ```



##########
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:

Review Comment:
   Add a `subject` here



##########
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:
   Only 0.8? What about 0.9 or 1.0?



##########
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
+
+## Getting Started
+
+### Prerequisites
+
+Place the following JAR files in the lib directory of your Flink installation:
+
+* paimon-flink-1.18-0.8.2.jar
+
+* gravitino-flink-connector-runtime-*.jar

Review Comment:
   runtime-* -> runtime-${GRAVITINO_VERSION}.jar



-- 
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]

Reply via email to