This is an automated email from the ASF dual-hosted git repository. roryqi pushed a commit to branch ISSUE-6353 in repository https://gitbox.apache.org/repos/asf/gravitino.git
commit 5bcf666bd22d4f2e02ac7931b38c0346914d3799 Author: FANNG <xiaoj...@datastrato.com> AuthorDate: Mon Jan 20 20:48:19 2025 +0800 [MINOR] docs: add Spark Paimon catalog to Spark connector index page (#6339) ### What changes were proposed in this pull request? add Spark Paimon catalog to Spark connector index page ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? just document --- docs/spark-connector/spark-connector.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spark-connector/spark-connector.md b/docs/spark-connector/spark-connector.md index 44179e05f5..a7c47d51f2 100644 --- a/docs/spark-connector/spark-connector.md +++ b/docs/spark-connector/spark-connector.md @@ -11,7 +11,7 @@ The Apache Gravitino Spark connector leverages the Spark DataSourceV2 interface ## Capabilities -1. Supports [Hive catalog](spark-catalog-hive.md) and [Iceberg catalog](spark-catalog-iceberg.md). +1. Supports [Hive catalog](spark-catalog-hive.md), [Iceberg catalog](spark-catalog-iceberg.md) and [Paimon catalog](spark-catalog-paimon.md). 2. Supports federation query. 3. Supports most DDL and DML SQLs.