You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by sp...@apache.org on 2018/05/06 13:34:57 UTC

[4/5] hive git commit: HIVE-19371: Add table ownerType to HMS thrift API (Sergio Pena, reviewed by Sahil Takiar, Vihang Karajgaonkar)

HIVE-19371: Add table ownerType to HMS thrift API (Sergio Pena, reviewed by Sahil Takiar, Vihang Karajgaonkar)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/6d5005bc
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/6d5005bc
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/6d5005bc

Branch: refs/heads/branch-3
Commit: 6d5005bc7c9411ee41b30725fea25c4ff560acb7
Parents: 074ec7e
Author: Sergio Pena <se...@cloudera.com>
Authored: Sat May 5 07:37:55 2018 -0500
Committer: Sergio Pena <se...@cloudera.com>
Committed: Sun May 6 08:31:04 2018 -0500

----------------------------------------------------------------------
 .../gen/thrift/gen-cpp/ThriftHiveMetastore.cpp  | 2292 ++++-----
 .../gen/thrift/gen-cpp/hive_metastore_types.cpp | 4486 +++++++++---------
 .../gen/thrift/gen-cpp/hive_metastore_types.h   |   14 +-
 .../apache/hadoop/hive/metastore/api/Table.java |  129 +-
 .../src/gen/thrift/gen-php/metastore/Types.php  |   23 +
 .../gen/thrift/gen-py/hive_metastore/ttypes.py  |   15 +-
 .../gen/thrift/gen-rb/hive_metastore_types.rb   |    7 +-
 .../src/main/thrift/hive_metastore.thrift       |    3 +-
 8 files changed, 3583 insertions(+), 3386 deletions(-)
----------------------------------------------------------------------