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 2021/09/14 09:37:58 UTC

[hive] branch master updated (a4e3552 -> b1a90c6)

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 a4e3552  HIVE-25501: Provide a filter for removing useless properties from PartitionDesc objects before MapWork serialization (#2620) (Laszlo Bodor reviewed by Rajesh Balamohan)
     add b1a90c6  HIVE-25393: Prevent concurrent compaction and DDL operations (Denys Kuzmenko, reviewed by Karen Coppage)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hive/ql/txn/compactor/CompactorMR.java  |  14 ++-
 .../hive/ql/txn/compactor/CompactorThread.java     |   6 +-
 .../hadoop/hive/ql/txn/compactor/Worker.java       |  70 ++++++++----
 .../apache/hadoop/hive/ql/TestTxnCommands2.java    | 119 ++++++++++++++++++++-
 .../apache/hadoop/hive/ql/TestTxnCommands3.java    |  30 ++++--
 5 files changed, 205 insertions(+), 34 deletions(-)