This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new 52db3150b8 [MINOR] docs: add Spark Paimon catalog to Spark connector
index page (#6339)
52db3150b8 is described below
commit 52db3150b8892690461d3f5199afc812fe9b7211
Author: FANNG <[email protected]>
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.