This is an automated email from the ASF dual-hosted git repository. jcamacho pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git.
from 6769a5a HIVE-24215: Total function count is incorrect in Replication Metrics (Aasha Medhi, reviewed by Pravin Kumar Sinha) add 8f4f3b9 HIVE-24202: Clean up local HS2 HMS cache code (II) (Jesus Camacho Rodriguez, reviewed by Vineet Garg) No new revisions were added by this update. Summary of changes: .../java/org/apache/hadoop/hive/cli/CliDriver.java | 4 +- .../java/org/apache/hadoop/hive/conf/HiveConf.java | 6 +- ...licationScenariosIncrementalLoadAcidTables.java | 2 +- .../ql/parse/TestStatsReplicationScenarios.java | 2 +- .../java/org/apache/hadoop/hive/ql/QTestUtil.java | 2 +- .../org/apache/hadoop/hive/ql/metadata/Hive.java | 8 +- .../ql/metadata/SessionHiveMetaStoreClient.java | 90 +++++++-- .../hadoop/hive/ql/TxnCommandsBaseForTests.java | 2 +- .../ql/lockmgr/DbTxnManagerEndToEndTestBase.java | 2 +- ...HiveMetastoreClientListPartitionsTempTable.java | 8 +- .../apache/hive/service/server/HiveServer2.java | 2 +- .../hadoop/hive/metastore/HiveMetaStoreClient.java | 34 ++-- .../HiveMetaStoreClientWithLocalCache.java | 205 ++++++++++++++++----- .../hive/metastore/RetryingMetaStoreClient.java | 13 +- .../hadoop/hive/metastore/conf/MetastoreConf.java | 14 +- .../hive/metastore/client/TestListPartitions.java | 14 +- 16 files changed, 292 insertions(+), 116 deletions(-)