Skip to content

Commit

Permalink
Update partitioned-table.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TomShawn authored Jul 23, 2021
1 parent 679e40c commit 98ef177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partitioned-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <table name> ADD PARTITION (<partition specification>)` or `ALTER TABLE <table name> DROP PARTITION <list of partitions>` 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.

Expand Down

0 comments on commit 98ef177

Please sign in to comment.