[
https://issues.apache.org/jira/browse/CARBONDATA-3298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Indhumathi Muthumurugesh updated CARBONDATA-3298:
-------------------------------------------------
Description:
Please run the below queries to reproduce the issue.
create table log(a int, b string) stored by 'carbondata';
insert into log values(1, 'abc');
delete from log where b = 'abc';
clean files for table log;
Again perform insert & delete operation and execute clean files command.
In this case, logs are getting printed for already deleted segments
> Unnecessary logs are getting printed when clean files is executed for second time
> ---------------------------------------------------------------------------------
>
> Key: CARBONDATA-3298
> URL:
https://issues.apache.org/jira/browse/CARBONDATA-3298> Project: CarbonData
> Issue Type: Bug
> Reporter: Indhumathi Muthumurugesh
> Priority: Minor
>
> Please run the below queries to reproduce the issue.
> create table log(a int, b string) stored by 'carbondata';
> insert into log values(1, 'abc');
> delete from log where b = 'abc';
> clean files for table log;
> Again perform insert & delete operation and execute clean files command.
> In this case, logs are getting printed for already deleted segments
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)