This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch branch-0.8
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-0.8 by this push:
new 58f8808fd1 [MINOR] docs: add Spark Paimon catalog to Spark connector
index page (#6340)
58f8808fd1 is described below
commit 58f8808fd14f4a240c6cc5d27641952c1f0512db
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 20 21:20:25 2025 +0800
[MINOR] docs: add Spark Paimon catalog to Spark connector index page (#6340)
### 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
Co-authored-by: FANNG <[email protected]>
---
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.