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/26 14:37:18 UTC

[GitHub] [carbondata] NamanRastogi opened a new pull request #3164: [CARBONDATA-3331] Fix for external table in Show Metacache

NamanRastogi opened a new pull request #3164: [CARBONDATA-3331] Fix for external table in Show Metacache
URL: https://github.com/apache/carbondata/pull/3164
 
 
   **Problem**: In `SHOW METACACHE` command when an external table is queries upon, database size is more than ALL size for index column. External table is created upon a store on a table which is also present in current database.
   
   **Bug**: Index size for database was being summed up blindly for all ths tables. So some cache entries were being summed up multiple times.
   
   **Solution**: Compute the database index size while iterating over cache, when cache key contains path of one of the table's path.
   
    - [x] Any interfaces changed?  ->  No
    - [x] Any backward compatibility impacted?  ->  No
    - [x] Document update required  ->  No
    - [x] Testing done  ->  No
    - [ ] 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