[ 
https://issues.apache.org/jira/browse/HIVE-23571?focusedWorklogId=603882&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-603882
 ]

ASF GitHub Bot logged work on HIVE-23571:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 30/May/21 08:18
            Start Date: 30/May/21 08:18
    Worklog Time Spent: 10m 
      Work Description: ashish-kumar-sharma commented on a change in pull 
request #2128:
URL: https://github.com/apache/hive/pull/2128#discussion_r642039720



##########
File path: 
standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/cache/TestCachedStore.java
##########
@@ -38,10 +38,11 @@
 import org.apache.hadoop.hive.metastore.Warehouse;
 import org.apache.hadoop.hive.metastore.annotation.MetastoreCheckinTest;
 import org.apache.hadoop.hive.metastore.api.*;
-import org.apache.hadoop.hive.metastore.api.utils.DecimalUtils;
 import org.apache.hadoop.hive.metastore.client.builder.DatabaseBuilder;
 import 
org.apache.hadoop.hive.metastore.columnstats.cache.LongColumnStatsDataInspector;
 import org.apache.hadoop.hive.metastore.conf.MetastoreConf;
+import org.apache.hadoop.hive.metastore.txn.TxnStore;

Review comment:
       I will do that in new PR. Where I will put tableId and writeId check on 
all the methods and there corresponding tests in cacheStore. This PR is mostly 
around adding validWriteIdList to TableWrapper Object in cacheStore.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 603882)
    Time Spent: 2.5h  (was: 2h 20m)

> [CachedStore] Add ValidWriteIdList to SharedCache.TableWrapper
> --------------------------------------------------------------
>
>                 Key: HIVE-23571
>                 URL: https://issues.apache.org/jira/browse/HIVE-23571
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Kishen Das
>            Assignee: Ashish Sharma
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> Add ValidWriteIdList to SharedCache.TableWrapper. This would be used in 
> deciding whether a given read request can be served from the cache or we have 
> to reload it from the backing database. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to