GitHub user nareshpr reopened a pull request:
https://github.com/apache/incubator-carbondata/pull/674
[CARBONDATA-795]rename table is changing provided db to current db
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
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nareshpr/incubator-carbondata renametablefix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-carbondata/pull/674.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #674
----
commit e41f66eb83162370a785a6df37cd17a6cc7a3be2
Author: nareshpr <[email protected]>
Date: 2017-03-20T07:11:32Z
rename table is changing provided db to current db
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---