deniskuzZ commented on code in PR #5924: URL: https://github.com/apache/hive/pull/5924#discussion_r2203511526
########## 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: WDYM, it is instantiated directly in HCatUtil, see https://github.com/apache/hive/pull/5924/files#diff-70dc922fa5f53c56617a8ac9684b41630cd9aa1b673504c7cf29e2f5798a81acR573-R582 -- 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