Ayushi Sharma created CARBONDATA-1680:
-----------------------------------------

             Summary: Show Partition for Hash Partition doesn't display the 
partition id
                 Key: CARBONDATA-1680
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1680
             Project: CarbonData
          Issue Type: Bug
          Components: sql
    Affects Versions: 1.3.0
            Reporter: Ayushi Sharma
            Priority: Minor
         Attachments: Show_part_1_doc.PNG, show_part_1.PNG


CREATE TABLE IF NOT EXISTS t9(
 id Int,
 logdate Timestamp,
 phonenumber Int,
 country String,
 area String
 )
 PARTITIONED BY (vin String)
 STORED BY 'carbondata'
 TBLPROPERTIES('PARTITION_TYPE'='HASH','NUM_PARTITIONS'='5');

show partitions t9;



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to