This is an automated email from the ASF dual-hosted git repository.
kgyrtkirk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.
from bf69b32 HIVE-25981: Avoid checking for archived parts in analyze
table. (#3052). (Ayush Saxena, reviewed by Rajesh Balamohan and Peter Vary)
add b63dab1 HIVE-23556: Support hive.metastore.limit.partition.request
for get_partitions_ps (#3021) (Benny Zhu reviewed by Zoltan Haindrich)
No new revisions were added by this update.
Summary of changes:
.../hcatalog/listener/DummyRawStoreFailEvent.java | 6 ++++
.../hadoop/hive/metastore/conf/MetastoreConf.java | 4 ++-
.../apache/hadoop/hive/metastore/HMSHandler.java | 31 ++++++++++++++++++++
.../apache/hadoop/hive/metastore/ObjectStore.java | 33 ++++++++++++++++++++++
.../org/apache/hadoop/hive/metastore/RawStore.java | 14 +++++++++
.../hadoop/hive/metastore/cache/CachedStore.java | 6 ++++
.../metastore/DummyRawStoreControlledCommit.java | 6 ++++
.../metastore/DummyRawStoreForJdoConnection.java | 6 ++++
.../hadoop/hive/metastore/TestHiveMetaStore.java | 26 +++++++++++++++--
.../hadoop/hive/metastore/TestObjectStore.java | 12 ++++++++
.../hive/metastore/client/TestListPartitions.java | 11 ++++----
11 files changed, 145 insertions(+), 10 deletions(-)