[jira] [Created] (CARBONDATA-2013) executing alter query results that table can not found in database

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (CARBONDATA-2013) executing alter query results that table can not found in database

Akash R Nilugal (Jira)
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)