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/10/19 05:50:35 UTC

[hive] branch master updated (8dfae92 -> 2f60a9e)

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 8dfae92  HIVE-24271: Managed keyword in create table should always create ACID table (Naveen Gangam reviewed by Yongzhi Chen)
     add 2f60a9e  HIVE-23695: [CachedStore] Add check/default constraints in CachedStore (Ashish Sharma, reviewed by Adesh Rao, Sankar Hariappan)

No new revisions were added by this update.

Summary of changes:
 .../cache/TestCachedStoreUpdateUsingEvents.java    | 223 +++++++----------
 .../hadoop/hive/metastore/cache/CachedStore.java   | 251 +++++++++++++------
 .../hadoop/hive/metastore/cache/SharedCache.java   | 270 +++++++++++++++++----
 .../hive/metastore/cache/TableCacheObjects.java    |  50 +---
 .../hive/metastore/cache/TestCachedStore.java      | 141 +++++++++++
 5 files changed, 651 insertions(+), 284 deletions(-)