GitHub user maheshk114 opened a pull request:
https://github.com/apache/hive/pull/368
HIVE-19569 : alter table db1.t1 rename db2.t2 generates
MetaStoreEventListener.onDropTable()
changed create/drop table to alter table event
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/maheshk114/hive BUG-104447
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hive/pull/368.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 #368
----
commit 498da7cfb697309a30cbfc723a708bfaaa9ef29e
Author: Mahesh Kumar Behera <mbehera@...>
Date: 2018-06-06T04:57:39Z
HIVE-19569 : alter table db1.t1 rename db2.t2 generates
MetaStoreEventListener.onDropTable()
----
---