You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2020/02/19 19:17:58 UTC

[GitHub] [hive] b-slim commented on a change in pull request #909: HIVE-22821

b-slim commented on a change in pull request #909: HIVE-22821
URL: https://github.com/apache/hive/pull/909#discussion_r381452125
 
 

 ##########
 File path: llap-server/src/java/org/apache/hadoop/hive/llap/cache/LowLevelFifoCachePolicy.java
 ##########
 @@ -71,6 +72,11 @@ public long purge() {
     return evicted;
   }
 
+  @Override
+  public long evictEntity(Predicate<LlapCacheableBuffer> predicate) {
+    return 0;
 
 Review comment:
   this is missing thought ? 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org