You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ra...@apache.org on 2019/01/30 10:39:08 UTC

[carbondata] 04/27: [DOC] Update range_info partition example in ddl description

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

ravipesala pushed a commit to branch branch-1.5
in repository https://gitbox.apache.org/repos/asf/carbondata.git

commit fdd86998b0f8a2f13e2f4b30d6ad7ac1707f7d38
Author: qiuchenjian <80...@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')
   ```