Repository: incubator-carbondata Updated Branches: refs/heads/12-dev f60f6b62c -> 5783718a9
Refactored query in example Update ddl-operation-on-carbondata.md Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/98e6bcbd Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/98e6bcbd Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/98e6bcbd Branch: refs/heads/12-dev Commit: 98e6bcbd3263fd2f2137abbe7d1dc080fdafc566 Parents: 914d61e Author: raman <[email protected]> Authored: Fri Apr 7 15:59:07 2017 +0530 Committer: chenliang613 <[email protected]> Committed: Fri Apr 7 18:39:15 2017 +0530 ---------------------------------------------------------------------- docs/ddl-operation-on-carbondata.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/98e6bcbd/docs/ddl-operation-on-carbondata.md ---------------------------------------------------------------------- diff --git a/docs/ddl-operation-on-carbondata.md b/docs/ddl-operation-on-carbondata.md index 392bb39..2744691 100644 --- a/docs/ddl-operation-on-carbondata.md +++ b/docs/ddl-operation-on-carbondata.md @@ -189,8 +189,8 @@ of columns is used. CREATE TABLE [IF NOT EXISTS] [db_name.]table_name [(col_name data_type, ...)] STORED BY 'carbondata' - TBLPROPERTIES(âBUCKETNUMBERâ=ânoOfBucketsâ, - âBUCKETCOLUMNSâ=ââcolumnnameâ) + TBLPROPERTIES('BUCKETNUMBER'='noOfBuckets', + 'BUCKETCOLUMNS'='columnname') ``` ## Parameter Description
