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

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

                Author: ASF GitHub Bot
            Created on: 23/Jul/20 08:38
            Start Date: 23/Jul/20 08:38
    Worklog Time Spent: 10m 
      Work Description: pvary commented on a change in pull request #1288:
URL: https://github.com/apache/hive/pull/1288#discussion_r459296602



##########
File path: 
llap-server/src/test/org/apache/hadoop/hive/llap/cache/TestCacheContentsTracker.java
##########
@@ -124,7 +125,7 @@ public void testCacheTagComparison() {
 
   @Test
   public void testEncodingDecoding() throws Exception {
-    Map<String, String> partDescs = new HashMap<>();
+    LinkedHashMap<String, String> partDescs = new LinkedHashMap<>();

Review comment:
       Could you please explain why we need LinkedHashMap?




----------------------------------------------------------------
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: 462439)
    Time Spent: 40m  (was: 0.5h)

> Add matching logic between CacheTags and proactive eviction requests
> --------------------------------------------------------------------
>
>                 Key: HIVE-23198
>                 URL: https://issues.apache.org/jira/browse/HIVE-23198
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Ádám Szita
>            Assignee: Ádám Szita
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Implement ProactiveEviction$Request#isTagMatch so that LLAP can evict buffers 
> based on their tags matching incoming eviction requests.



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

Reply via email to