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/07 09:27:10 UTC

[hive] branch master updated (aa7969e -> 5a95d2e)

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 aa7969e  HIVE-24489: TPC-DS dockerized tests fail due to stale entries in MIN_HISTORY_LEVEL metastore table (Stamatis Zampetakis, reviewed by Jesus Camacho Rodriguez)
     add 5a95d2e  HIVE-24433 - AutoCompaction is not getting triggered for CamelCase Partition Values (Naresh Panchetty Ramanaiah, reviewed by Peter Varga, Karen Coppage, Denys Kuzmenko)

No new revisions were added by this update.

Summary of changes:
 .../metastore/txn/TestCompactionTxnHandler.java    |   8 +-
 .../hadoop/hive/metastore/txn/TestTxnHandler.java  | 104 ++++++++++-----------
 .../hive/ql/txn/compactor/TestInitiator.java       |  36 +++++++
 .../hadoop/hive/metastore/txn/TxnHandler.java      |  16 +++-
 .../hive/metastore/TestHiveMetaStoreTxns.java      |   4 +-
 5 files changed, 108 insertions(+), 60 deletions(-)