You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "panner selvam velmyl (JIRA)" <ji...@apache.org> on 2017/07/08 09:34:00 UTC

[jira] [Closed] (CARBONDATA-1222) Residual files created from Update are not deleted after clean operation

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

panner selvam velmyl closed CARBONDATA-1222.
--------------------------------------------

Issue fixed and closed

> Residual files created from Update are not deleted after clean operation
> ------------------------------------------------------------------------
>
>                 Key: CARBONDATA-1222
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1222
>             Project: CarbonData
>          Issue Type: Bug
>          Components: spark-integration
>            Reporter: panner selvam velmyl
>            Assignee: panner selvam velmyl
>            Priority: Minor
>             Fix For: 1.2.0, 1.1.1
>
>   Original Estimate: 108h
>          Time Spent: 3h 50m
>  Remaining Estimate: 104h 10m
>
> Spark - sql:
> 1.Create a table
> create table t_carbn31(item_code string,item_name1 string) stored by 'carbondata'
> 2.Load Data
> insert into t_carbn31 select 'a1','Phone';
> insert into t_carbn31 select 'a2','Router';
> 3.Update the table
> update t_carbn31 set(item_name1)=('Mobile') where item_code ='a1'
> update t_carbn31 set(item_name1)=('USB') where item_code ='a2'
> update t_carbn31 set(item_name1)=('General') where item_code !='a1'
> 4.Run clean files on the table
> clean files for table t_carbn31
> Expected output: clean files should remove the residual carbondata and delete files
> Actual output : Residual files are not cleaned.



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