This is an automated email from the ASF dual-hosted git repository. gsaihemanth pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git
from 765ce86bb20 Revert "HIVE-28975: [HiveAcidReplication] Remove dangling txns from Target side post incremental replication (#5874)" add 4ae618c9537 HIVE-28967: Support multiple partitions in RELOAD event (#5832) No new revisions were added by this update. Summary of changes: .../hcatalog/listener/DbNotificationListener.java | 2 +- .../src/gen/thrift/gen-cpp/ThriftHiveMetastore.cpp | 2534 +++++------ .../gen/thrift/gen-cpp/hive_metastore_types.cpp | 4512 ++++++++++---------- .../src/gen/thrift/gen-cpp/hive_metastore_types.h | 10 +- .../hive/metastore/api/AlterPartitionsRequest.java | 72 +- .../hive/metastore/api/AlterTableRequest.java | 32 +- .../metastore/api/AppendPartitionsRequest.java | 32 +- .../metastore/api/ClearFileMetadataRequest.java | 32 +- .../hive/metastore/api/ClientCapabilities.java | 36 +- .../hive/metastore/api/CreateDatabaseRequest.java | 44 +- .../hive/metastore/api/CreateTableRequest.java | 248 +- .../api/DeleteColumnStatisticsRequest.java | 64 +- .../hive/metastore/api/ExtendedTableInfo.java | 64 +- .../hive/metastore/api/FindSchemasByColsResp.java | 36 +- .../hive/metastore/api/FireEventRequest.java | 249 +- .../hive/metastore/api/FireEventResponse.java | 32 +- .../metastore/api/GetAllFunctionsResponse.java | 36 +- .../hive/metastore/api/GetDatabaseRequest.java | 32 +- .../hive/metastore/api/GetFieldsResponse.java | 36 +- .../api/GetFileMetadataByExprRequest.java | 32 +- .../metastore/api/GetFileMetadataByExprResult.java | 48 +- .../hive/metastore/api/GetFileMetadataRequest.java | 32 +- .../hive/metastore/api/GetFileMetadataResult.java | 44 +- .../hive/metastore/api/GetFunctionsResponse.java | 68 +- .../hive/metastore/api/GetOpenTxnsRequest.java | 36 +- .../metastore/api/GetPartitionNamesPsRequest.java | 32 +- .../metastore/api/GetPartitionNamesPsResponse.java | 32 +- .../hive/metastore/api/GetPartitionRequest.java | 32 +- .../metastore/api/GetPartitionsFilterSpec.java | 32 +- .../api/GetPartitionsPsWithAuthRequest.java | 96 +- .../api/GetPartitionsPsWithAuthResponse.java | 36 +- .../hive/metastore/api/GetPartitionsRequest.java | 64 +- .../hive/metastore/api/GetPartitionsResponse.java | 36 +- .../hive/metastore/api/GetProjectionsSpec.java | 32 +- .../hive/metastore/api/GetSchemaResponse.java | 36 +- .../hadoop/hive/metastore/api/GetTableRequest.java | 32 +- .../hive/metastore/api/GetTablesExtRequest.java | 32 +- .../hive/metastore/api/GetTablesRequest.java | 64 +- .../hadoop/hive/metastore/api/GetTablesResult.java | 36 +- .../hive/metastore/api/PartitionsResponse.java | 36 +- .../hive/metastore/api/PutFileMetadataRequest.java | 64 +- .../hive/metastore/api/RenamePartitionRequest.java | 32 +- .../hive/metastore/api/ReplicationMetricList.java | 36 +- .../hadoop/hive/metastore/api/SchemaVersion.java | 36 +- .../hive/metastore/api/ThriftHiveMetastore.java | 2744 ++++++------ .../hive/metastore/api/WMFullResourcePlan.java | 144 +- .../api/WMGetAllResourcePlanResponse.java | 36 +- .../api/WMGetTriggersForResourePlanResponse.java | 36 +- .../api/WMValidateResourcePlanResponse.java | 64 +- .../api/WriteNotificationLogBatchRequest.java | 36 +- .../metastore/api/WriteNotificationLogRequest.java | 32 +- .../gen-php/metastore/AlterPartitionsRequest.php | 40 +- .../thrift/gen-php/metastore/AlterTableRequest.php | 18 +- .../gen-php/metastore/AppendPartitionsRequest.php | 18 +- .../gen-php/metastore/ClearFileMetadataRequest.php | 18 +- .../gen-php/metastore/ClientCapabilities.php | 18 +- .../gen-php/metastore/CreateDatabaseRequest.php | 26 +- .../gen-php/metastore/CreateTableRequest.php | 138 +- .../metastore/DeleteColumnStatisticsRequest.php | 36 +- .../thrift/gen-php/metastore/ExtendedTableInfo.php | 36 +- .../gen-php/metastore/FindSchemasByColsResp.php | 20 +- .../thrift/gen-php/metastore/FireEventRequest.php | 71 +- .../thrift/gen-php/metastore/FireEventResponse.php | 18 +- .../gen-php/metastore/GetAllFunctionsResponse.php | 20 +- .../gen-php/metastore/GetDatabaseRequest.php | 18 +- .../thrift/gen-php/metastore/GetFieldsResponse.php | 20 +- .../metastore/GetFileMetadataByExprRequest.php | 18 +- .../metastore/GetFileMetadataByExprResult.php | 28 +- .../gen-php/metastore/GetFileMetadataRequest.php | 18 +- .../gen-php/metastore/GetFileMetadataResult.php | 26 +- .../gen-php/metastore/GetFunctionsResponse.php | 38 +- .../gen-php/metastore/GetOpenTxnsRequest.php | 18 +- .../metastore/GetPartitionNamesPsRequest.php | 18 +- .../metastore/GetPartitionNamesPsResponse.php | 18 +- .../gen-php/metastore/GetPartitionRequest.php | 18 +- .../gen-php/metastore/GetPartitionsFilterSpec.php | 18 +- .../metastore/GetPartitionsPsWithAuthRequest.php | 54 +- .../metastore/GetPartitionsPsWithAuthResponse.php | 20 +- .../gen-php/metastore/GetPartitionsRequest.php | 36 +- .../gen-php/metastore/GetPartitionsResponse.php | 20 +- .../gen-php/metastore/GetProjectionsSpec.php | 18 +- .../thrift/gen-php/metastore/GetSchemaResponse.php | 20 +- .../thrift/gen-php/metastore/GetTableRequest.php | 18 +- .../gen-php/metastore/GetTablesExtRequest.php | 18 +- .../thrift/gen-php/metastore/GetTablesRequest.php | 36 +- .../thrift/gen-php/metastore/GetTablesResult.php | 20 +- .../gen-php/metastore/PartitionsResponse.php | 20 +- .../gen-php/metastore/PutFileMetadataRequest.php | 36 +- .../gen-php/metastore/RenamePartitionRequest.php | 18 +- .../gen-php/metastore/ReplicationMetricList.php | 20 +- .../gen/thrift/gen-php/metastore/SchemaVersion.php | 20 +- .../ThriftHiveMetastore_add_partitions_args.php | 20 +- ...riftHiveMetastore_add_partitions_pspec_args.php | 20 +- ...Metastore_add_write_ids_to_min_history_args.php | 26 +- .../ThriftHiveMetastore_alter_partitions_args.php | 20 +- ...er_partitions_with_environment_context_args.php | 20 +- .../ThriftHiveMetastore_append_partition_args.php | 18 +- ...end_partition_with_environment_context_args.php | 18 +- ...etastore_create_table_with_constraints_args.php | 120 +- .../ThriftHiveMetastore_drop_partition_args.php | 18 +- ...rop_partition_with_environment_context_args.php | 18 +- ...ThriftHiveMetastore_exchange_partition_args.php | 26 +- ...hriftHiveMetastore_exchange_partitions_args.php | 26 +- ...iftHiveMetastore_exchange_partitions_result.php | 20 +- ...eMetastore_fetch_partition_names_req_result.php | 18 +- ...iveMetastore_find_columns_with_stats_result.php | 18 +- ...hriftHiveMetastore_get_all_databases_result.php | 18 +- ...erialized_view_objects_for_rewriting_result.php | 20 +- ...ThriftHiveMetastore_get_all_packages_result.php | 18 +- ...eMetastore_get_all_stored_procedures_result.php | 18 +- .../ThriftHiveMetastore_get_all_tables_result.php | 18 +- ...eMetastore_get_all_token_identifiers_result.php | 18 +- ...veMetastore_get_all_write_event_info_result.php | 20 +- .../ThriftHiveMetastore_get_databases_result.php | 18 +- ...riftHiveMetastore_get_dataconnectors_result.php | 18 +- .../ThriftHiveMetastore_get_fields_result.php | 20 +- ..._get_fields_with_environment_context_result.php | 20 +- .../ThriftHiveMetastore_get_functions_result.php | 18 +- .../ThriftHiveMetastore_get_master_keys_result.php | 18 +- ...get_materialized_views_for_rewriting_result.php | 18 +- ...veMetastore_get_part_specs_by_filter_result.php | 20 +- .../ThriftHiveMetastore_get_partition_args.php | 18 +- ...ftHiveMetastore_get_partition_names_ps_args.php | 18 +- ...HiveMetastore_get_partition_names_ps_result.php | 18 +- ...iveMetastore_get_partition_names_req_result.php | 18 +- ...iftHiveMetastore_get_partition_names_result.php | 18 +- ...tHiveMetastore_get_partition_with_auth_args.php | 36 +- ...tastore_get_partitions_by_filter_req_result.php | 20 +- ...veMetastore_get_partitions_by_filter_result.php | 20 +- ...tHiveMetastore_get_partitions_by_names_args.php | 18 +- ...iveMetastore_get_partitions_by_names_result.php | 20 +- .../ThriftHiveMetastore_get_partitions_ps_args.php | 18 +- ...hriftHiveMetastore_get_partitions_ps_result.php | 20 +- ...eMetastore_get_partitions_ps_with_auth_args.php | 36 +- ...etastore_get_partitions_ps_with_auth_result.php | 20 +- ...ftHiveMetastore_get_partitions_pspec_result.php | 20 +- .../ThriftHiveMetastore_get_partitions_result.php | 20 +- ...HiveMetastore_get_partitions_with_auth_args.php | 18 +- ...veMetastore_get_partitions_with_auth_result.php | 20 +- .../ThriftHiveMetastore_get_privilege_set_args.php | 18 +- .../ThriftHiveMetastore_get_role_names_result.php | 18 +- ...hriftHiveMetastore_get_runtime_stats_result.php | 20 +- ...iveMetastore_get_schema_all_versions_result.php | 20 +- .../ThriftHiveMetastore_get_schema_result.php | 20 +- ..._get_schema_with_environment_context_result.php | 20 +- .../ThriftHiveMetastore_get_table_meta_args.php | 18 +- .../ThriftHiveMetastore_get_table_meta_result.php | 20 +- ...eMetastore_get_table_names_by_filter_result.php | 18 +- ...riftHiveMetastore_get_tables_by_type_result.php | 18 +- .../ThriftHiveMetastore_get_tables_ext_result.php | 20 +- .../ThriftHiveMetastore_get_tables_result.php | 18 +- .../ThriftHiveMetastore_get_type_all_result.php | 28 +- ...iveMetastore_isPartitionMarkedForEvent_args.php | 26 +- .../ThriftHiveMetastore_list_privileges_result.php | 20 +- .../ThriftHiveMetastore_list_roles_result.php | 20 +- ...iftHiveMetastore_markPartitionForEvent_args.php | 26 +- ...re_partition_name_has_valid_characters_args.php | 18 +- ...HiveMetastore_partition_name_to_spec_result.php | 26 +- ...HiveMetastore_partition_name_to_vals_result.php | 18 +- .../ThriftHiveMetastore_rename_partition_args.php | 18 +- .../metastore/ThriftHiveMetastore_set_ugi_args.php | 18 +- .../ThriftHiveMetastore_set_ugi_result.php | 18 +- .../ThriftHiveMetastore_truncate_table_args.php | 18 +- .../gen-php/metastore/WMFullResourcePlan.php | 80 +- .../metastore/WMGetAllResourcePlanResponse.php | 20 +- .../WMGetTriggersForResourePlanResponse.php | 20 +- .../metastore/WMValidateResourcePlanResponse.php | 36 +- .../metastore/WriteNotificationLogBatchRequest.php | 20 +- .../metastore/WriteNotificationLogRequest.php | 18 +- .../gen-py/hive_metastore/ThriftHiveMetastore.py | 1042 ++--- .../src/gen/thrift/gen-py/hive_metastore/ttypes.py | 874 ++-- .../src/gen/thrift/gen-rb/hive_metastore_types.rb | 4 +- .../hadoop/hive/metastore/hive_metastore.proto | 1 + .../src/main/thrift/hive_metastore.thrift | 2 + .../apache/hadoop/hive/metastore/HMSHandler.java | 13 +- .../hadoop/hive/metastore/events/ReloadEvent.java | 27 +- .../hive/metastore/messaging/MessageBuilder.java | 4 +- .../hive/metastore/messaging/ReloadMessage.java | 2 +- .../messaging/json/JSONReloadMessage.java | 38 +- 179 files changed, 8750 insertions(+), 8353 deletions(-)