This is an automated email from the ASF dual-hosted git repository.
mchades pushed a commit to branch branch-0.6
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-0.6 by this push:
new 84ca1ccfc [#4782] fix(doc): correct partiton doc (#4786)
84ca1ccfc is described below
commit 84ca1ccfce7e923d709cdb238d2ce2f34ee02d5e
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 29 21:24:52 2024 +0800
[#4782] fix(doc): correct partiton doc (#4786)
### 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
Co-authored-by: mchades <[email protected]>
---
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).