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 2021/01/06 14:18:35 UTC

[hive] branch master updated (a34c21b -> 3108ec6)

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 a34c21b  HIVE-24585: NPE in VectorizedOrcAcidRowBatchReader if LLAP is used with IO disabled (Adam Szita, reviewed by Peter Vary)
     add 3108ec6  HIVE-24550: Cleanup only transaction information for the current DriverContext (Peter Varga via Peter Vary)

No new revisions were added by this update.

Summary of changes:
 .../hive/jdbc/miniHS2/TestHiveServer2Acid.java     | 123 +++++++++++++++++++++
 ql/src/java/org/apache/hadoop/hive/ql/Driver.java  |   2 +-
 .../apache/hadoop/hive/ql/DriverTxnHandler.java    |   8 +-
 .../hadoop/hive/ql/lockmgr/DbTxnManager.java       |   7 ++
 .../hadoop/hive/ql/lockmgr/DummyTxnManager.java    |   5 +
 .../hadoop/hive/ql/lockmgr/HiveTxnManager.java     |   6 +
 6 files changed, 148 insertions(+), 3 deletions(-)
 create mode 100644 itests/hive-unit/src/test/java/org/apache/hive/jdbc/miniHS2/TestHiveServer2Acid.java