You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2019/03/12 09:28:47 UTC

[GitHub] [carbondata] dhatchayani opened a new pull request #3144: [CARBONDATA-3313] count(*) is not invalidating the invalid segments cache

dhatchayani opened a new pull request #3144: [CARBONDATA-3313] count(*) is not invalidating the invalid segments cache
URL: https://github.com/apache/carbondata/pull/3144
 
 
   **Problem:**
   If any segment is deleted the next query has to clear/invalidate the datamap cache for those invalid segments. But count(*) has not considered the invalid segments to clear the datamap cache.
   
   **Solution:**
   In count(*) flow, before clearing the datamap cache, check and add the invalid segments of that table.
   
    - [ ] Any interfaces changed?
    
    - [ ] Any backward compatibility impacted?
    
    - [ ] Document update required?
   
    - [x] Testing done
           UT Added
          
    - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA. 
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services