This is an automated email from the ASF dual-hosted git repository.

raghunandan 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 df3d4c8  [DOC] Update range_info partition example in ddl description
df3d4c8 is described below

commit df3d4c8dc9dc8d314fc62ff3816cc42786d1543a
Author: qiuchenjian <807169...@qq.com>
AuthorDate: Tue Jan 22 10:36:30 2019 +0800

    [DOC] Update range_info partition example in ddl description
    
    This closes #3092
---
 docs/ddl-of-carbondata.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/ddl-of-carbondata.md b/docs/ddl-of-carbondata.md
index b9b391b..a1b0ce7 100644
--- a/docs/ddl-of-carbondata.md
+++ b/docs/ddl-of-carbondata.md
@@ -950,7 +950,7 @@ Users can specify which columns to include and exclude for 
local dictionary gene
       col_D DECIMAL(10,2),
       col_E LONG
   ) partitioned by (col_F Timestamp)
-  PARTITIONED BY 'carbondata'
+  STORED BY 'carbondata'
   TBLPROPERTIES('PARTITION_TYPE'='RANGE',
   'RANGE_INFO'='2015-01-01, 2016-01-01, 2017-01-01, 2017-02-01')
   ```

Reply via email to