You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by pv...@apache.org on 2020/06/24 12:05:43 UTC

[hive] branch master updated (f39f518 -> 21cb4ec)

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

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


    from f39f518  HIVE-23729: LLAP text cache fails when using multiple tables/schemas on the same files (Adam Szita, reviewed by Oliver Draese, Peter Vary)
     add 21cb4ec  HIVE-20890: ACID: Allow whole table ReadLocks to skip all partition locks (Denys Kuzmenko via Peter Vary)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/conf/HiveConf.java |   2 +
 .../org/apache/hadoop/hive/ql/io/AcidUtils.java    |  52 +++++++---
 .../hadoop/hive/ql/lockmgr/TestDbTxnManager2.java  | 111 +++++++++++++--------
 .../clientpositive/llap/explain_locks.q.out        |   6 +-
 4 files changed, 115 insertions(+), 56 deletions(-)