This is an automated email from the ASF dual-hosted git repository.
zhangzc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/carbondata.git
The following commit(s) were added to refs/heads/master by this push:
new 2db8bf2 [HOTFIX] fix missing quotation marks in datamap doc
2db8bf2 is described below
commit 2db8bf234b4234a9cbf3245ac39ed7391a84f77e
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.