[jira] [Created] (CARBONDATA-1678) Show partition throws index out of bounds exception

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (CARBONDATA-1678) Show partition throws index out of bounds exception

Akash R Nilugal (Jira)
Ayushi Sharma created CARBONDATA-1678:
-----------------------------------------

             Summary: Show partition throws index out of bounds exception
                 Key: CARBONDATA-1678
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1678
             Project: CarbonData
          Issue Type: Bug
          Components: sql
    Affects Versions: 1.3.0
            Reporter: Ayushi Sharma
            Priority: Minor
         Attachments: Show_part.PNG, Show_part.txt

create table part_nation_3 (N_NATIONKEY BIGINT,N_REGIONKEY BIGINT,N_COMMENT STRING) partitioned by (N_NAME STRING) stored by 'carbondata' tblproperties('partition_type'='list','list_info'='ALGERIA,ARGENTINA,BRAZIL,CANADA,(EGYPT,ETHIOPIA,FRANCE),JAPAN');

ALTER TABLE part_nation_3 ADD PARTITION('SAUDI ARABIA,(VIETNAM,RUSSIA,UNITED KINGDOM,UNITED STATES)');

show partitions part_nation_3;



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