Github user eminency commented on a diff in the pull request:
https://github.com/apache/tajo/pull/929#discussion_r53128977
--- Diff: tajo-core/src/main/java/org/apache/tajo/worker/TajoWorker.java ---
@@ -200,6 +200,7 @@ public void serviceInit(Configuration conf) throws
Exception {
historyReader = new HistoryReader(workerContext.getWorkerName(),
this.systemConf);
FunctionLoader.loadUserDefinedFunctions(systemConf);
+ HiveFunctionLoader.loadHiveUDFs(systemConf);
--- End diff --
If any duplicate exists, it is already designed to raise
AmbiguousFunctionException.
So this point might be skipped.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---