You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Naresh P R (JIRA)" <ji...@apache.org> on 2017/03/20 07:10:41 UTC

[jira] [Created] (CARBONDATA-795) Table Rename command is changing the db name of provided table to current db

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)