b-slim commented on a change in pull request #909: HIVE-22821
URL: https://github.com/apache/hive/pull/909#discussion_r401741332
##########
File path:
llap-server/src/java/org/apache/hadoop/hive/llap/cache/LowLevelLrfuCachePolicy.java
##########
@@ -240,6 +241,12 @@ public void setEvictionListener(EvictionListener
listener) {
this.evictionListener = listener;
}
+ @Override
+ public long evictEntity(Predicate<LlapCacheableBuffer> predicate) {
+ // TODO
Review comment:
Same here please add the link to the todo jira.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]