saihemanth-cloudera commented on a change in pull request #1503: URL: https://github.com/apache/hive/pull/1503#discussion_r527088254
########## File path: ql/src/java/org/apache/hadoop/hive/ql/session/SessionState.java ########## @@ -491,6 +495,16 @@ public void resetThreadName() { Thread.currentThread().setName(names[names.length - 1].trim()); } } + public static Map<String, String> getUDFCacheMap(){ + return udfLocalResource; + } + + public synchronized static File getUdfFileDir(){ + if(udfFileDir == null){ Review comment: Addressed in https://github.com/apache/hive/pull/1690/ ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org