You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by dk...@apache.org on 2020/12/13 19:48:16 UTC

[hive] branch master updated (c70765c -> a1c6127)

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

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


    from c70765c  HIVE-24482: Set advanced write Id during add constraint DDL tasks (Kishen Das, reviewed by Miklos Gergely and Vihang Karajgaonkar)
     add a1c6127  HIVE-24481: Skipped compaction can cause data corruption with streaming (Peter Varga, reviewed by Denys Kuzmenko)

No new revisions were added by this update.

Summary of changes:
 .../hive/ql/txn/compactor/TestCompactor.java       | 98 ++++++++++++++++++++++
 .../org/apache/hadoop/hive/ql/io/AcidUtils.java    | 61 +++++++++-----
 .../hadoop/hive/ql/io/orc/OrcInputFormat.java      |  2 +-
 .../hadoop/hive/ql/txn/compactor/Cleaner.java      |  2 +-
 4 files changed, 141 insertions(+), 22 deletions(-)