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

[jira] [Updated] (CARBONDATA-1678) Carbon 1.3.0-Partitioning:Show partition throws index out of bounds exception

     [ https://issues.apache.org/jira/browse/CARBONDATA-1678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chetan Bhat updated CARBONDATA-1678:
------------------------------------
    Summary: Carbon 1.3.0-Partitioning:Show partition throws index out of bounds exception  (was: Show partition throws index out of bounds exception)

> Carbon 1.3.0-Partitioning: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
>         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)