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 6cca266  HIVE-24256: quote NWI_TABLE column in TxnHandler (Viacheslav 
Avramenko reviewed by Miklos Gergely and Peter Vary)
     add b7f3965  Make sure transactions get cleaned if they are aborted before 
addPartitions is called (Denys Kuzmenko, reviewed by Vipin Vishvkarma, Peter 
Varga, Karen Coppage)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/conf/HiveConf.java |   1 +
 .../hive/ql/txn/compactor/TestCompactor.java       | 322 +++++++++++
 .../apache/hadoop/hive/ql/DriverTxnHandler.java    |   2 +-
 .../org/apache/hadoop/hive/ql/io/AcidUtils.java    |  18 +-
 .../hadoop/hive/ql/lockmgr/DbTxnManager.java       |   4 +-
 .../hadoop/hive/ql/lockmgr/DummyTxnManager.java    |   2 +-
 .../hadoop/hive/ql/lockmgr/HiveTxnManager.java     |   2 +-
 .../org/apache/hadoop/hive/ql/metadata/Hive.java   |   4 +-
 .../hadoop/hive/ql/txn/compactor/Cleaner.java      |   4 +-
 .../hadoop/hive/ql/txn/compactor/Initiator.java    |  11 +-
 .../hadoop/hive/ql/txn/compactor/Worker.java       |  13 +-
 .../apache/hadoop/hive/ql/TestTxnCommands2.java    | 617 ++++++++++++++++++++-
 .../hadoop/hive/ql/lockmgr/TestDbTxnManager2.java  |   2 +-
 .../src/gen/thrift/gen-cpp/ThriftHiveMetastore.cpp |  92 +--
 .../src/gen/thrift/gen-cpp/ThriftHiveMetastore.h   |  90 +--
 .../ThriftHiveMetastore_server.skeleton.cpp        |   4 +-
 .../hive/metastore/api/ThriftHiveMetastore.java    | 184 +++---
 .../metastore/ThriftHiveMetastoreClient.php        |  22 +-
 .../gen-php/metastore/ThriftHiveMetastoreIf.php    |   2 +-
 ...etastore_get_latest_txnid_in_conflict_args.php} |   6 +-
 ...astore_get_latest_txnid_in_conflict_result.php} |   6 +-
 .../hive_metastore/ThriftHiveMetastore-remote      |   8 +-
 .../gen-py/hive_metastore/ThriftHiveMetastore.py   |  48 +-
 .../src/gen/thrift/gen-rb/thrift_hive_metastore.rb |  30 +-
 .../hadoop/hive/metastore/HiveMetaStoreClient.java |   4 +-
 .../hadoop/hive/metastore/IMetaStoreClient.java    |   2 +-
 .../src/main/thrift/hive_metastore.thrift          |   2 +-
 .../hadoop/hive/metastore/HiveMetaStore.java       |   4 +-
 .../hadoop/hive/metastore/txn/CompactionInfo.java  |   5 +-
 .../hive/metastore/txn/CompactionTxnHandler.java   | 121 ++--
 .../hadoop/hive/metastore/txn/TxnHandler.java      |  93 ++--
 .../apache/hadoop/hive/metastore/txn/TxnStore.java |   2 +-
 .../metastore/HiveMetaStoreClientPreCatalog.java   |   2 +-
 33 files changed, 1300 insertions(+), 429 deletions(-)
 rename 
standalone-metastore/metastore-common/src/gen/thrift/gen-php/metastore/{ThriftHiveMetastore_get_latest_txn_in_conflict_args.php
 => ThriftHiveMetastore_get_latest_txnid_in_conflict_args.php} (93%)
 rename 
standalone-metastore/metastore-common/src/gen/thrift/gen-php/metastore/{ThriftHiveMetastore_get_latest_txn_in_conflict_result.php
 => ThriftHiveMetastore_get_latest_txnid_in_conflict_result.php} (94%)

Reply via email to