[jira] [Created] (CARBONDATA-1222) Residual files created from Update are not deleted after clean operation
Posted by
Akash R Nilugal (Jira) on
Jun 23, 2017; 11:24am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/jira-Created-CARBONDATA-1222-Residual-files-created-from-Update-are-not-deleted-after-clean-operation-tp16033.html
panner selvam velmyl created CARBONDATA-1222:
------------------------------------------------
Summary: 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
Priority: Minor
Spark - sql:
1.Create a table
create table t_carbn31(item_code string,item_name1 string) stored by 'carbondata'
2.Losd Data
insert into t_carbn31 select 'a1','Phone';
3.Update the table
update t_carbn01 set(item_name1)=('Mobile') where item_code ='a1'
4.Run clean files on the table
clean files for table t_carbn01
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)