You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by sa...@apache.org on 2020/07/13 10:29:10 UTC

[hive] branch master updated (5dfbe71 -> c93d779)

This is an automated email from the ASF dual-hosted git repository.

sankarh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.


    from 5dfbe71  HIVE-22957: Support Partition Filtering In MSCK REPAIR TABLE Command (#1105) (Syed Shameerur Rahman reviewed by Zoltan Haindrich)
     add c93d779  HIVE-22015: Add table constraints in CachedStore (Adesh Kumar Rao, reviewed by Sankar Hariappan)

No new revisions were added by this update.

Summary of changes:
 .../cache/TestCachedStoreUpdateUsingEvents.java    | 172 ++++++
 .../hadoop/hive/metastore/cache/CachedStore.java   | 330 ++++++++++--
 .../hadoop/hive/metastore/cache/SharedCache.java   | 595 ++++++++++++++++++---
 .../hive/metastore/cache/TableCacheObjects.java    |  98 ++++
 .../hive/metastore/cache/TestCachedStore.java      | 322 ++++++++++-
 5 files changed, 1386 insertions(+), 131 deletions(-)
 create mode 100644 standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/cache/TableCacheObjects.java