Akash R Nilugal created CARBONDATA-3320:
-------------------------------------------
Summary: number of partitions are always zero in describe formatted for hive native partition
Key: CARBONDATA-3320
URL:
https://issues.apache.org/jira/browse/CARBONDATA-3320 Project: CarbonData
Issue Type: Bug
Reporter: Akash R Nilugal
number of partitions are always zero
create table desc(name string) partitioned by (num int) stored by 'carbondata'
insert into desc select 'abc',3
insert into desc select 'abc',5
describe formatted desc
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)