This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git
commit 204f29047b2685d03f27febcec24095f56053a31 Author: lamber-ken <[email protected]> AuthorDate: Wed Sep 11 21:48:21 2019 +0800 [HOTFIX] fix missing quotation marks in datamap doc This closes #3383 --- docs/datamap/datamap-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/datamap/datamap-management.md b/docs/datamap/datamap-management.md index 199cd14..f910559 100644 --- a/docs/datamap/datamap-management.md +++ b/docs/datamap/datamap-management.md @@ -74,7 +74,7 @@ If user perform following command on the main table, system will return failure. `ALTER TABLE RENAME`. Note that adding a new column is supported, and for dropping columns and change datatype command, CarbonData will check whether it will impact the pre-aggregate table, if not, the operation is allowed, otherwise operation will be rejected by throwing exception. -3. Partition management command: `ALTER TABLE ADD/DROP PARTITION +3. Partition management command: `ALTER TABLE ADD/DROP PARTITION`. If user do want to perform above operations on the main table, user can first drop the datamap, perform the operation, and re-create the datamap again.
