Roman created DRILL-4962:
----------------------------
Summary: Drill registers UDFs from packages which were not
included in drill-module.conf
Key: DRILL-4962
URL: https://issues.apache.org/jira/browse/DRILL-4962
Project: Apache Drill
Issue Type: Bug
Components: Functions - Drill
Affects Versions: 1.8.0
Reporter: Roman
Priority: Minor
Example of UDF structure:
... package.test
... package.test2
... package.test3
If I add "package.test2" into the drill-module.conf I will see UDFs from this
package after jar registering (as expected).
But if I add "package.test" or "package.te" into the drill-module.conf I will
see all UDFs from all packages (test, test2, test3) after jar registering.
So it seems Drill has specific registration logic for UDFs.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)