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

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

                Author: ASF GitHub Bot
            Created on: 24/Jul/21 00:07
            Start Date: 24/Jul/21 00:07
    Worklog Time Spent: 10m 
      Work Description: github-actions[bot] commented on pull request #2295:
URL: https://github.com/apache/hive/pull/2295#issuecomment-885969161


   This pull request has been automatically marked as stale because it has not 
had recent activity. It will be closed if no further activity occurs.
   Feel free to reach out on the d...@hive.apache.org list if the patch is in 
need of reviews.


-- 
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.

To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org

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


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

    Worklog Id:     (was: 627349)
    Time Spent: 40m  (was: 0.5h)

> getAllWriteEventInfo should go through the HMS client instead of using 
> RawStore directly
> ----------------------------------------------------------------------------------------
>
>                 Key: HIVE-25137
>                 URL: https://issues.apache.org/jira/browse/HIVE-25137
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Pratyush Madhukar
>            Assignee: Yu-Wen Lai
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> {code:java}
> private List<WriteEventInfo> getAllWriteEventInfo(Context withinContext) 
> throws Exception {
>     String contextDbName = 
> StringUtils.normalizeIdentifier(withinContext.replScope.getDbName());
>     RawStore rawStore = 
> HiveMetaStore.HMSHandler.getMSForConf(withinContext.hiveConf);
>     List<WriteEventInfo> writeEventInfoList
>             = rawStore.getAllWriteEventInfo(eventMessage.getTxnId(), 
> contextDbName, null);
> {code}



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

Reply via email to