jack86596 opened a new pull request #4149:
URL: https://github.com/apache/carbondata/pull/4149


    ### Why is this PR needed?
   Currently rename SI table can succeed, but after rename, insert and query on 
main table failed, throw no such table exception. This is because after SI 
table renamed, main table's tblproperties didn't get update, it still stores 
the old SI table name, when refering to SI table, it tries to find the SI table 
by old name, which leads to no such table exception.
    
    ### What changes were proposed in this PR?
   After SI table renamed, update the main table's tblproperties with new SI 
information.
       
    ### Does this PR introduce any user interface change?
    - No
   
    ### Is any new testcase added?
    - Yes
   
       
   


-- 
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:
[email protected]


Reply via email to