You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ab...@apache.org on 2020/12/14 11:49:07 UTC

[hive] branch master updated (a1c6127 -> 87c45b6)

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

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


    from a1c6127  HIVE-24481: Skipped compaction can cause data corruption with streaming (Peter Varga, reviewed by Denys Kuzmenko)
     add 87c45b6  HIVE-17709: remove sun.misc.Cleaner references (#1739) (Laszlo Bodor, contributed by David Mollitor, reviewed by David Mollitor, Prasanth Jayachandran)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hive/common/util/CleanerUtil.java   | 199 +++++++++++++++++++++
 .../hadoop/hive/llap/cache/SimpleAllocator.java    |  26 +--
 .../hive/ql/io/orc/encoded/EncodedReaderImpl.java  |  32 +---
 3 files changed, 211 insertions(+), 46 deletions(-)
 create mode 100644 common/src/java/org/apache/hive/common/util/CleanerUtil.java