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/07/21 07:51:02 UTC

[hive] branch master updated (bdc7d27 -> 279ca5d)

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 bdc7d27  HIVE-23871: ObjectStore should properly handle MicroManaged Table properties (Panos G via Mustafa Iman, Ashutosh Chauhan)
     add 279ca5d  HIVE-23881 : Deprecate get_open_txns to use get_open_txns_req (Aasha Medhi via Peter Vary)

No new revisions were added by this update.

Summary of changes:
 .../hive/metastore/api/GetOpenTxnsRequest.java     | 80 ++++++++++++----------
 .../src/gen/thrift/gen-py/hive_metastore/ttypes.py |  2 -
 .../src/gen/thrift/gen-rb/hive_metastore_types.rb  |  3 +-
 .../hadoop/hive/metastore/HiveMetaStoreClient.java | 16 +++--
 .../src/main/thrift/hive_metastore.thrift          |  3 +-
 .../hadoop/hive/metastore/txn/OpenTxnList.java     |  4 --
 .../hadoop/hive/metastore/txn/TxnHandler.java      |  2 +-
 .../metastore/HiveMetaStoreClientPreCatalog.java   | 16 +++--
 .../hadoop/hive/metastore/tools/HMSClient.java     |  5 +-
 9 files changed, 74 insertions(+), 57 deletions(-)