You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kl...@apache.org on 2020/08/05 10:55:19 UTC

[hive] branch master updated (e800aff -> 1c1dfee)

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

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


    from e800aff  HIVE-23959: Provide an option to wipe out column stats for partitioned tables in case of column removal (#1341) (Zoltan Haindrich reviewed by Peter Vary))
     add 1c1dfee  HIVE-23966: Minor query-based compaction always results in delta dirs with minWriteId=1 (Karen Coppage, reviewed by Marta Kuczora and Laszlo Pinter)

No new revisions were added by this update.

Summary of changes:
 .../ql/txn/compactor/TestCrudCompactorOnTez.java   | 178 ++++++++++++++++++++-
 .../ql/txn/compactor/TestMmCompactorOnTez.java     |   2 +-
 .../hive/ql/txn/compactor/MajorQueryCompactor.java |   2 +-
 .../hive/ql/txn/compactor/MinorQueryCompactor.java |   4 +-
 .../ql/txn/compactor/MmMajorQueryCompactor.java    |   2 +-
 .../ql/txn/compactor/MmMinorQueryCompactor.java    |   2 +-
 .../hive/ql/txn/compactor/QueryCompactor.java      |  27 +++-
 7 files changed, 205 insertions(+), 12 deletions(-)