Skip to content

Commit

Permalink
[DOC] Update range_info partition example in ddl description
Browse files Browse the repository at this point in the history
This closes #3092
  • Loading branch information
qiuchenjian authored and sraghunandan committed Jan 23, 2019
1 parent aadfbeb commit df3d4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ddl-of-carbondata.md
Expand Up @@ -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')
```
Expand Down

0 comments on commit df3d4c8

Please sign in to comment.