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 a20ee05 HIVE-25404: Inserts inside merge statements are rewritten
incorrectly for partitioned tables (Zoltan Haindrich reviewed by Krisztian Kasa)
add 12e25d5 HIVE-25504: Fix HMS C++ Thrift client compilation (Peter Vary
reviewed by Adam Szita) (#2621)
No new revisions were added by this update.
Summary of changes:
.../gen/thrift/gen-cpp/hive_metastore_types.cpp | 3144 ++++++++++----------
.../src/gen/thrift/gen-cpp/hive_metastore_types.h | 88 +-
.../hadoop/hive/metastore/api/AggrStats.java | 36 +-
.../hive/metastore/api/ColumnStatistics.java | 36 +-
.../hive/metastore/api/CreationMetadata.java | 32 +-
.../apache/hadoop/hive/metastore/api/Database.java | 44 +-
.../hive/metastore/api/EnvironmentContext.java | 44 +-
.../hadoop/hive/metastore/api/FileMetadata.java | 32 +-
.../hive/metastore/api/GetCatalogsResponse.java | 32 +-
.../metastore/api/GetPrincipalsInRoleResponse.java | 36 +-
.../api/GetRoleGrantsForPrincipalResponse.java | 36 +-
.../hadoop/hive/metastore/api/HiveObjectRef.java | 32 +-
.../hive/metastore/api/ObjectDictionary.java | 72 +-
.../hadoop/hive/metastore/api/Partition.java | 76 +-
.../metastore/api/PartitionListComposingSpec.java | 36 +-
.../metastore/api/PartitionSpecWithSharedSD.java | 36 +-
.../hive/metastore/api/PartitionWithoutSD.java | 76 +-
.../hive/metastore/api/PrincipalPrivilegeSet.java | 228 +-
.../hadoop/hive/metastore/api/PrivilegeBag.java | 36 +-
.../hive/metastore/api/SQLAllTableConstraints.java | 216 +-
.../apache/hadoop/hive/metastore/api/Schema.java | 80 +-
.../hadoop/hive/metastore/api/SerDeInfo.java | 44 +-
.../metastore/api/SetPartitionsStatsRequest.java | 36 +-
.../hadoop/hive/metastore/api/SkewedInfo.java | 164 +-
.../hive/metastore/api/StorageDescriptor.java | 148 +-
.../apache/hadoop/hive/metastore/api/Table.java | 144 +-
.../hive/metastore/api/TruncateTableRequest.java | 37 +-
.../org/apache/hadoop/hive/metastore/api/Type.java | 36 +-
.../src/gen/thrift/gen-php/metastore/AggrStats.php | 20 +-
.../thrift/gen-php/metastore/ColumnStatistics.php | 20 +-
.../thrift/gen-php/metastore/CreationMetadata.php | 18 +-
.../src/gen/thrift/gen-php/metastore/Database.php | 26 +-
.../gen-php/metastore/EnvironmentContext.php | 26 +-
.../gen/thrift/gen-php/metastore/FileMetadata.php | 18 +-
.../gen-php/metastore/GetCatalogsResponse.php | 18 +-
.../metastore/GetPrincipalsInRoleResponse.php | 20 +-
.../GetRoleGrantsForPrincipalResponse.php | 20 +-
.../gen/thrift/gen-php/metastore/HiveObjectRef.php | 18 +-
.../thrift/gen-php/metastore/ObjectDictionary.php | 44 +-
.../src/gen/thrift/gen-php/metastore/Partition.php | 44 +-
.../metastore/PartitionListComposingSpec.php | 20 +-
.../metastore/PartitionSpecWithSharedSD.php | 20 +-
.../gen-php/metastore/PartitionWithoutSD.php | 44 +-
.../gen-php/metastore/PrincipalPrivilegeSet.php | 138 +-
.../gen/thrift/gen-php/metastore/PrivilegeBag.php | 20 +-
.../gen-php/metastore/SQLAllTableConstraints.php | 120 +-
.../src/gen/thrift/gen-php/metastore/Schema.php | 46 +-
.../src/gen/thrift/gen-php/metastore/SerDeInfo.php | 26 +-
.../metastore/SetPartitionsStatsRequest.php | 20 +-
.../gen/thrift/gen-php/metastore/SkewedInfo.php | 98 +-
.../thrift/gen-php/metastore/StorageDescriptor.php | 84 +-
.../src/gen/thrift/gen-php/metastore/Table.php | 82 +-
.../gen-php/metastore/TruncateTableRequest.php | 18 +-
.../src/gen/thrift/gen-php/metastore/Type.php | 20 +-
.../src/gen/thrift/gen-py/hive_metastore/ttypes.py | 818 ++---
.../src/gen/thrift/gen-rb/hive_metastore_types.rb | 36 +-
.../src/main/thrift/hive_metastore.thrift | 16 +-
57 files changed, 3489 insertions(+), 3486 deletions(-)