Yahui Liu created CARBONDATA-4206: ------------------------------------- Summary: Support rename SI table Key: CARBONDATA-4206 URL: https://issues.apache.org/jira/browse/CARBONDATA-4206 Project: CarbonData Issue Type: New Feature Components: sql Affects Versions: 2.1.1 Reporter: Yahui Liu
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. -- This message was sent by Atlassian Jira (v8.3.4#803005)