GitHub user cenyuhai opened a pull request:
https://github.com/apache/carbondata/pull/1409
[CARBODNATA-1377] support hive partition
support hive partition
```sql
create table if not exists temp.hash_partition_table(col_A String)
partitioned by (col_B Long) stored by 'carbondata'
tblproperties('partition_type'='HIVE')
```
```sql
alter table rtestpartition set fileformat carbondata;
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cenyuhai/incubator-carbondata CARBONDATA-1377
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1409.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1409
----
commit 95c0491eb0a16fa4ec77a2960c80a5e333a1b2b1
Author: CenYuhai <[email protected]>
Date: 2017-10-10T14:18:04Z
support hive partition
----
---