odraese commented on a change in pull request #944: [Hive-22760] Adding Clock
based eviction strategy.
URL: https://github.com/apache/hive/pull/944#discussion_r395924616
##########
File path:
llap-server/src/java/org/apache/hadoop/hive/llap/cache/LowLevelCachePolicy.java
##########
@@ -26,6 +28,32 @@
*/
public interface LowLevelCachePolicy extends LlapIoDebugDump {
+ static LowLevelCachePolicy provideFromConf(Configuration conf) {
Review comment:
Suggestion: Rename factory method to createForConf
----------------------------------------------------------------
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]