From fe9fbe9b7eee2b2e32cf6aee2dfae75c30e53ebe Mon Sep 17 00:00:00 2001 From: TomShawn <41534398+TomShawn@users.noreply.github.com> Date: Fri, 23 Jul 2021 15:54:54 +0800 Subject: [PATCH] Update partitioned-table.md --- partitioned-table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partitioned-table.md b/partitioned-table.md index 54f9b78364bff..6a7619e299b2c 100644 --- a/partitioned-table.md +++ b/partitioned-table.md @@ -581,7 +581,7 @@ You can see that the inserted record `(NULL, 'mothra')` falls into the same part For `LIST` and `RANGE` partitioned tables, you can add and drop partitions using the `ALTER TABLE ADD PARTITION ()` or `ALTER TABLE
DROP PARTITION ` statement. -For `LIST and `RANGE` partitioned tables, `REORGANIZE PARTITION` is not yet supported. +For `LIST` and `RANGE` partitioned tables, `REORGANIZE PARTITION` is not yet supported. For `HASH` partitioned tables, `COALESCE PARTITION` and `ADD PARTITION` are not yet supported.