You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kg...@apache.org on 2021/01/26 11:36:06 UTC

[hive] branch master updated (0e72217 -> d8034c8)

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

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


    from 0e72217  HIVE-24671: Semijoinremoval should not run into an NPE in case the SJ filter contains an UDF (Zoltan Haindrich, reviewed by Krisztian Kasa)
     add d8034c8  HIVE-24411: Make ThreadPoolExecutorWithOomHook more awareness of OutOfMemoryError (#1695) (Zhihua Deng reviewed by Zoltan Haindrich)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hadoop/hive/ql/hooks/HiveHooks.java |  2 +-
 .../hive/service/cli/operation/SQLOperation.java   |  4 +-
 .../cli/thrift/ThreadPoolExecutorWithOomHook.java  | 12 +++-
 .../thrift/TestThreadPoolExecutorWithOomHook.java  | 70 ++++++++++++++++++++++
 4 files changed, 84 insertions(+), 4 deletions(-)
 create mode 100644 service/src/test/org/apache/hive/service/cli/thrift/TestThreadPoolExecutorWithOomHook.java