jcamachor commented on a change in pull request #960: HIVE-23030 ds rollup union
URL: https://github.com/apache/hive/pull/960#discussion_r399339347
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/exec/Registry.java
##########
@@ -812,4 +814,29 @@ private FunctionInfo
getFunctionInfoFromMetastoreNoLock(String functionName, Hiv
}
return null;
}
+
+ public void registerUDFPlugin(HiveUDFPlugin instance) {
+ Iterable<UDFDescriptor> x = instance.getDescriptors();
+ for (UDFDescriptor fn : x) {
+
Review comment:
nit. \n
----------------------------------------------------------------
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]