Naresh P R created CARBONDATA-795:
-------------------------------------
Summary: Table Rename command is changing the db name of provided table to current db
Key: CARBONDATA-795
URL:
https://issues.apache.org/jira/browse/CARBONDATA-795 Project: CarbonData
Issue Type: Bug
Reporter: Naresh P R
Assignee: Naresh P R
Priority: Minor
When user trigger rename table command not on current database, table is getting renamed from provided db to current db.
eg., alter table testdb.test1 rename to testdb.test2
Assume current db is default,
Above query is renaming the table from testdb.test1 to default.test2
This needs to be corrected.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)