You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by pv...@apache.org on 2020/07/13 09:03:03 UTC

[hive] branch master updated (5a54752 -> 6720320)

This is an automated email from the ASF dual-hosted git repository.

pvary pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.


    from 5a54752  HIVE-22412: StatsUtils throw NPE when explain (#1209) (xiepengjie reviewed by David Mollitor and Zoltan Haindrich)
     add 6720320  HIVE-23830: Remove shutdownRunner runner after query is committed (Mustaga Iman reviewed by Panagiotis Garefalakis and Peter Vary)

No new revisions were added by this update.

Summary of changes:
 ql/src/java/org/apache/hadoop/hive/ql/Driver.java  |  14 +-
 .../apache/hadoop/hive/ql/DriverTxnHandler.java    |  22 +--
 .../hadoop/util/ShutdownHookManagerInspector.java  |  10 +-
 .../cli/operation/TestQueryShutdownHooks.java      | 181 +++++++++++++++++++++
 4 files changed, 205 insertions(+), 22 deletions(-)
 copy serde/src/java/org/apache/hadoop/hive/serde2/StructObject.java => service/src/test/org/apache/hadoop/util/ShutdownHookManagerInspector.java (78%)
 create mode 100644 service/src/test/org/apache/hive/service/cli/operation/TestQueryShutdownHooks.java