GitHub user sankarh opened a pull request:
https://github.com/apache/hive/pull/452
HIVE-20682: Async query execution can potentially fail if shared
sessionHive is closed by master thread.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sankarh/hive HIVE-20682
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hive/pull/452.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 #452
----
commit 9f5a3eff3598d7b76fd7a53f6aedefd57e1c641e
Author: Sankar Hariappan <mailtosankarh@...>
Date: 2018-10-06T08:12:25Z
HIVE-20682: Async query execution can potentially fail if shared
sessionHive is closed by master thread.
----
---