-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66890/
-----------------------------------------------------------
Review request for hive, Alexander Kolbasov, Sahil Takiar, and Vihang
Karajgaonkar.
Bugs: HIVE-19371
https://issues.apache.org/jira/browse/HIVE-19371
Repository: hive-git
Description
-------
This is a subtask part of 'HIVE-18762 Support ALTER TABLE SET OWNER command'
which adds a new ownerType field on the Table object of the Thrift API of HMS.
The only file updated (before generting the thrift code) is:
- hive_metastore.thrift
The new field is added as 'optional' at the end of the 'struct Table' in order
to be backward compatible with older clients of HMS.
The ownerType filed will be set to a USER as the default value as current
tables created are using the owner name as the user.
Diffs
-----
standalone-metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore.cpp
47877034746a1cf81cc6731bedb8a6da9cee5b6d
standalone-metastore/src/gen/thrift/gen-cpp/hive_metastore_types.h
629889389e29dcbf9802c348f3b73f6c65695f6f
standalone-metastore/src/gen/thrift/gen-cpp/hive_metastore_types.cpp
c6fadf8a24a32bb208ae6819f159b9b4d5301a2b
standalone-metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Table.java
8dfec980d9e14ad01fda27ad97e2e6a91846f782
standalone-metastore/src/gen/thrift/gen-php/metastore/Types.php
9f6cc0e871754afc4fcdbdfb0907d78a0298634c
standalone-metastore/src/gen/thrift/gen-py/hive_metastore/ttypes.py
69579e2f593d35c4d52ae7c81d5186d0ae3d379a
standalone-metastore/src/gen/thrift/gen-rb/hive_metastore_types.rb
d7ebaaf914997371201a123f3fc28fac63464ce3
standalone-metastore/src/main/thrift/hive_metastore.thrift
ccc3c93bcec88b96e524eeb6d47b7c77ccf49d34
Diff: https://reviews.apache.org/r/66890/diff/1/
Testing
-------
Waiting for Hive QA.
Thanks,
Sergio Pena