[GitHub] [carbondata] jack86596 opened a new pull request #4149: [CARBONDATA-4206] Support rename SI table
Posted by
GitBox on
Jun 10, 2021; 11:59am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/GitHub-carbondata-jack86596-opened-a-new-pull-request-4149-CARBONDATA-4206-Support-rename-SI-table-tp108888.html
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:
[hidden email]