This is an automated email from the ASF dual-hosted git repository.
dengzh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git
from 12966e7cd7e HIVE-28769: Fix test: query_history.q. (#5646). (Ayush
Saxena, reviewed by Laszlo Bodor)
add c4c7a78dcb0 HIVE-28655: Implement HMS Related Drop Stats Changes
(Hongdan Zhu, reviewed by Zhihua Deng, Sai Hemanth Gantasala, Naveen Gangam)
No new revisions were added by this update.
Summary of changes:
.../hcatalog/listener/DummyRawStoreFailEvent.java | 14 +
.../ql/metadata/SessionHiveMetaStoreClient.java | 27 +-
.../src/gen/thrift/gen-cpp/ThriftHiveMetastore.cpp | 4025 ++++++++-------
.../src/gen/thrift/gen-cpp/ThriftHiveMetastore.h | 159 +
.../ThriftHiveMetastore_server.skeleton.cpp | 5 +
.../gen/thrift/gen-cpp/hive_metastore_types.cpp | 472 +-
.../src/gen/thrift/gen-cpp/hive_metastore_types.h | 92 +
.../api/DeleteColumnStatisticsRequest.java | 1102 ++++
.../hive/metastore/api/ThriftHiveMetastore.java | 5345 ++++++++++++--------
..._args.php => DeleteColumnStatisticsRequest.php} | 190 +-
.../metastore/ThriftHiveMetastoreClient.php | 71 +
.../gen-php/metastore/ThriftHiveMetastoreIf.php | 9 +
.../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 +-
...etastore_delete_column_statistics_req_args.php} | 12 +-
...astore_delete_column_statistics_req_result.php} | 6 +-
.../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 +-
.../hive_metastore/ThriftHiveMetastore-remote | 7 +
.../gen-py/hive_metastore/ThriftHiveMetastore.py | 1298 +++--
.../src/gen/thrift/gen-py/hive_metastore/ttypes.py | 154 +
.../src/gen/thrift/gen-rb/hive_metastore_types.rb | 32 +
.../src/gen/thrift/gen-rb/thrift_hive_metastore.rb | 76 +
.../hadoop/hive/metastore/HiveMetaStoreClient.java | 36 +-
.../hadoop/hive/metastore/IMetaStoreClient.java | 78 +-
.../src/main/thrift/hive_metastore.thrift | 13 +
.../apache/hadoop/hive/metastore/HMSHandler.java | 143 +-
.../hadoop/hive/metastore/MetaStoreDirectSql.java | 50 +-
.../apache/hadoop/hive/metastore/ObjectStore.java | 251 +-
.../org/apache/hadoop/hive/metastore/RawStore.java | 49 +-
.../hadoop/hive/metastore/cache/CachedStore.java | 57 +
.../metastore/DummyRawStoreControlledCommit.java | 15 +
.../metastore/DummyRawStoreForJdoConnection.java | 13 +
.../metastore/HiveMetaStoreClientPreCatalog.java | 26 +-
.../hadoop/hive/metastore/TestHiveMetaStore.java | 63 +-
103 files changed, 9881 insertions(+), 5553 deletions(-)
create mode 100644
standalone-metastore/metastore-common/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/DeleteColumnStatisticsRequest.java
copy
standalone-metastore/metastore-common/src/gen/thrift/gen-php/metastore/{ThriftHiveMetastore_get_partitions_ps_with_auth_args.php
=> DeleteColumnStatisticsRequest.php} (59%)
copy
standalone-metastore/metastore-common/src/gen/thrift/gen-php/metastore/{ThriftHiveMetastore_get_partitions_by_filter_req_args.php
=> ThriftHiveMetastore_delete_column_statistics_req_args.php} (86%)
copy
standalone-metastore/metastore-common/src/gen/thrift/gen-php/metastore/{ThriftHiveMetastore_delete_table_column_statistics_result.php
=> ThriftHiveMetastore_delete_column_statistics_req_result.php} (97%)