[ 
https://issues.apache.org/jira/browse/CARBONDATA-1676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16304234#comment-16304234
 ] 

anubhav tarar edited comment on CARBONDATA-1676 at 1/9/18 7:13 AM:
-------------------------------------------------------------------

@Ayushi sharma i am unable to reproduce this issue with the scripts you provided


was (Author: anubhavtarar):
@Aysuhi sharma i am unable to reproduce this issue with the scripts you provided

> Carbon 1.3.0-Partitioning:No records are displayed for the newly added 
> partition.
> ---------------------------------------------------------------------------------
>
>                 Key: CARBONDATA-1676
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1676
>             Project: CarbonData
>          Issue Type: Bug
>          Components: sql
>    Affects Versions: 1.3.0
>            Reporter: Ayushi Sharma
>         Attachments: AddPart.PNG, Add_part_logs.txt
>
>
> create table part_nation (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');
> load data inpath '/spark-warehouse/tpchhive.db/nation/nation.tbl' into table 
> part_nation 
> options('DELIMITER'='|','FILEHEADER'='N_NATIONKEY,N_NAME,N_REGIONKEY,N_COMMENT');
> show partitions part_nation
> select * from part_nation where N_NAME='Germany';
> ALTER TABLE part_nation ADD PARTITION('GERMANY');
> select * from part_nation where N_NAME='GERMANY';



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

Reply via email to