Kushal Sah created CARBONDATA-2013:
--------------------------------------
Summary: executing alter query results that table can not found in database
Key: CARBONDATA-2013
URL:
https://issues.apache.org/jira/browse/CARBONDATA-2013 Project: CarbonData
Issue Type: Bug
Reporter: Kushal Sah
create table test(id int,time string) ROW FORMAT DELIMITED FIELDS TERMINATED BY ',' STORED AS TEXTFILE;
alter table test rename to new; => gives error test not found in database default
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)