You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Ayushi Sharma (JIRA)" <ji...@apache.org> on 2017/11/08 14:12:00 UTC

[jira] [Created] (CARBONDATA-1680) Show Partition for Hash Partition doesn't display the partition id

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)