deniskuzZ commented on code in PR #5924: URL: https://github.com/apache/hive/pull/5924#discussion_r2204701800
########## metastore/src/java/org/apache/hadoop/hive/metastore/HiveClientCache.java: ########## @@ -107,7 +107,7 @@ public HiveClientCache(final int timeout) { /** * @param timeout the length of time in seconds after a client is created that it should be automatically removed */ - private HiveClientCache(final int timeout, final int initialCapacity, final int maxCapacity, final boolean enableStats) { + protected HiveClientCache(final int timeout, final int initialCapacity, final int maxCapacity, final boolean enableStats) { Review Comment: omg, i missed that and was wondering how did it work with protected. changed to public, thanks! -- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org