GitHub user tumaolin94 opened a pull request:
https://github.com/apache/hive/pull/426
fix bug - CREATE TABLE tabletype problem while executing addDbAndTabTâ¦
In the release version of Hive, outputs'TableType always be MANAGED_TABLE,
no matter the value of isExt is true of false. While I using post_execute_hook,
I found this problem because I cannot get correct tabletype in HiveHookContext.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tumaolin94/hive master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hive/pull/426.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 #426
----
commit 6427a4da2af6f9a5d997358aefea547461a01d46
Author: tumaolin94 <524561223@...>
Date: 2018-08-30T19:56:06Z
fix bug - CREATE TABLE tabletype problem while executing
addDbAndTabToOutputs function
----
---