vikramahuja1001 opened a new pull request #4035:
URL: https://github.com/apache/carbondata/pull/4035


    ### Why is this PR needed?
    Change the behaviour change for clean files operation
   Old behaviour: Clean files command is by default force option and ignores 
query timeout.
    
    ### What changes were proposed in this PR?
   New Behaviour:
   
   default clean files behaviour(clean files on table t1): clean MFD and 
Compacted segments after query timeout(1 hr)
   clean files on table t1 options('force'='true'): clean MFD and Compacted 
segments immediately
   clean files on table t1 options('clean_inprgress'='true') : clean stale 
inprogress segments after 7 days(default behaviour)
   clean files on table t1 options('clean_inprgress'='true', 'force'='true') : 
clean MFD, Compacted and stale inprogress segments immediately.
       
    ### Does this PR introduce any user interface change?
    - Yes. (please explain the change and update document)
   
    ### Is any new testcase added?
    - No (previous test cases changed)
   
       
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to