You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Akash R Nilugal (JIRA)" <ji...@apache.org> on 2019/03/20 11:57:00 UTC

[jira] [Created] (CARBONDATA-3320) number of partitions are always zero in describe formatted for hive native partition

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)