Description
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.
Attachments
Issue Links
- causes
-
CARBONDATA-4217 After one application rename SI table, other application cannot be reflected of this change, which leads to query on SI column failed
- Resolved