This is an automated email from the ASF dual-hosted git repository.
yuqi4733 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 4295ee54e [#4782] fix(doc): correct partiton doc (#4784)
4295ee54e is described below
commit 4295ee54e4352ab5ad69b0eb3c25a56492d24651
Author: mchades <[email protected]>
AuthorDate: Thu Aug 29 21:17:37 2024 +0800
[#4782] fix(doc): correct partiton doc (#4784)
### What changes were proposed in this pull request?
correct partiton doc
### Why are the changes needed?
Fix: #4782
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
no need
---
docs/manage-table-partition-using-gravitino.md | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/docs/manage-table-partition-using-gravitino.md
b/docs/manage-table-partition-using-gravitino.md
index 4e5ba87dd..21bcfa6bb 100644
--- a/docs/manage-table-partition-using-gravitino.md
+++ b/docs/manage-table-partition-using-gravitino.md
@@ -19,13 +19,13 @@ Although many catalogs inherently manage partitions
automatically, there are sce
The following table shows the partition operations supported across various
catalogs in Gravitino:
-| Operation | Hive catalog | Iceberg catalog
| Jdbc-Mysql catalog | Jdbc-PostgreSQL
catalog | Jdbc-Doris catalog |
-|-----------------------|--------------|-----------------------------------------------------------------------------|--------------------|-------------------------|--------------------|
-| Add Partition | ✔ | ✘
| ✘ | ✘
| ✔ |
-| Get Partition by Name | ✔ | ✘
| ✘ | ✘
| ✔ |
-| List Partition Names | ✔ | ✘
| ✘ | ✘
| ✔ |
-| List Partitions | ✔ | ✘
| ✘ | ✘
| ✔ |
-| Drop Partition | ✔ | 🚀([Coming
Soon](https://github.com/apache/gravitino/issues/1655)) | ✘
| ✘ | ✔ |
+| Operation | Hive catalog | Iceberg catalog | Jdbc-Mysql catalog
| Jdbc-PostgreSQL catalog | Jdbc-Doris catalog |
+|-----------------------|--------------|-----------------|--------------------|-------------------------|--------------------|
+| Add Partition | ✔ | ✘ | ✘
| ✘ | ✔ |
+| Get Partition by Name | ✔ | ✘ | ✘
| ✘ | ✔ |
+| List Partition Names | ✔ | ✘ | ✘
| ✘ | ✔ |
+| List Partitions | ✔ | ✘ | ✘
| ✘ | ✔ |
+| Drop Partition | ✔ | ✘ | ✘
| ✘ | ✔ |
:::tip[WELCOME FEEDBACK]
If you need additional partition management support for a specific catalog,
please feel free to [create an
issue](https://github.com/apache/gravitino/issues/new/choose) on the [Gravitino
repository](https://github.com/apache/gravitino).