You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by de...@apache.org on 2022/02/10 13:16:41 UTC

[hive] branch master updated (0e7c051 -> 88219d2)

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 0e7c051  HIVE-25918: Invalid stats after multi inserting into the same partition (Krisztian Kasa, reviewed by Stamatis Zampetakis)
     add 88219d2  HIVE-25892: Group HMSHandler's thread locals into a single context (#2967) (Zhihua Deng, reviewed by Peter Vary and Zoltan Haindrich)

No new revisions were added by this update.

Summary of changes:
 .../apache/hadoop/hive/metastore/HMSHandler.java   | 161 +++++----------------
 .../hadoop/hive/metastore/HMSHandlerContext.java   | 126 ++++++++++++++++
 .../hadoop/hive/metastore/HiveMetaStore.java       |   2 +-
 3 files changed, 167 insertions(+), 122 deletions(-)
 create mode 100644 standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/HMSHandlerContext.java