saihemanth-cloudera commented on code in PR #6205:
URL: https://github.com/apache/hive/pull/6205#discussion_r2628855316
##########
ql/src/java/org/apache/hadoop/hive/ql/udf/UDFUtils.java:
##########
@@ -28,9 +28,11 @@
public class UDFUtils {
+ private static final HiveConf HIVE_CONF = new HiveConf();
Review Comment:
nit: Should we first try to get hiveconf from session state if it is not
null?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]