You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ve...@apache.org on 2023/02/07 10:11:02 UTC

[hive] branch master updated (c2375102669 -> cdf34923122)

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

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


    from c2375102669 HIVE-26996: Fix typos in hive-exec (#3994) (Michal Lorek reviewed by Laszlo Bodor)
     add cdf34923122 HIVE-26825: Compactor: Cleaner shouldn't fetch table details again and again for partitioned tables (Kirti Ruge, reviewed by Laszlo Vegh)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hive/ql/txn/compactor/Cleaner.java      | 15 ++++++----
 .../hadoop/hive/ql/txn/compactor/Initiator.java    | 24 ++--------------
 .../ql/txn/compactor/MetaStoreCompactorThread.java | 31 ++++++++++++++++++++
 .../hadoop/hive/ql/txn/compactor/TestCleaner.java  | 33 ++++++++++++++++++++++
 .../hadoop/hive/metastore/conf/MetastoreConf.java  |  3 ++
 5 files changed, 80 insertions(+), 26 deletions(-)