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


    ### Why is this PR needed?
    In the case where there are multiple delete delta files in a partition in a 
partition table, some delta files were being ignored and deleted, thus changing 
the value during the query
    
    ### What changes were proposed in this PR?
   Fixed the logic which checks which delta file to delete. Now checking the 
deltaStartTime and comparing it with deltaEndTime to check consider all the 
delta files during clean files.
       
    ### Does this PR introduce any user interface change?
    - No
   
    ### Is any new testcase added?
    - Yes, one test case has been added.
   
       
   


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@carbondata.apache.org

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


Reply via email to