You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Roman (JIRA)" <ji...@apache.org> on 2016/10/25 17:01:03 UTC

[jira] [Created] (DRILL-4962) Drill registers UDFs from packages which were not included in drill-module.conf

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)