Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1460#discussion_r150824983
--- Diff: docs/partition-guide.md ---
@@ -39,7 +39,7 @@ This tutorial is designed to provide a quick introduction
to create and use part
PARTITIONED BY (partition_col_name data_type)
STORED BY 'carbondata'
[TBLPROPERTIES ('PARTITION_TYPE'='HASH',
- 'PARTITION_NUM'='N' ...)]
+ 'NUM_PARTITION'='N' ...)]
--- End diff --
It should be `NUM_PARTITIONS`---
