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/08/02 07:43:34 UTC

[hive] branch master updated (eef2a5d -> 96b39cd)

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 eef2a5d  HIVE-25400: Move the offset updating in BytesColumnVector to setValPreallocated
     add 96b39cd  HIVE-25115: Compaction queue entries may accumulate in "ready for cleaning" state (Denys Kuzmenko, reviewed by Karen Coppage)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hive/ql/txn/compactor/Cleaner.java      | 13 ++--
 .../apache/hadoop/hive/ql/TestTxnCommands2.java    | 19 ++++++
 .../hadoop/hive/ql/txn/compactor/TestCleaner.java  | 79 +++++++++++++++++++++-
 .../hive/metastore/txn/CompactionTxnHandler.java   |  1 +
 4 files changed, 104 insertions(+), 8 deletions(-)