You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jason Altekruse (JIRA)" <ji...@apache.org> on 2015/05/20 22:37:01 UTC

[jira] [Commented] (DRILL-3157) Allow users to look at all the custom UDF's deployed

    [ https://issues.apache.org/jira/browse/DRILL-3157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14553060#comment-14553060 ] 

Jason Altekruse commented on DRILL-3157:
----------------------------------------

To make this work we would have to have some way to flag the system functions, as these currently found in the same manner as UDFs, by scanning the classpath. One possibility would be generating a list of all of the functions at the time we build Drill. At the time of drillbit startup, we would check this list against each function found and register it into the appropriate system or UDF list.

> Allow users to look at all the custom UDF's deployed
> ----------------------------------------------------
>
>                 Key: DRILL-3157
>                 URL: https://issues.apache.org/jira/browse/DRILL-3157
>             Project: Apache Drill
>          Issue Type: New Feature
>          Components: Functions - Drill
>            Reporter: Rahul Challapalli
>            Assignee: Daniel Barclay (Drill)
>
> In an organization where many users contribute custom functions, something like below would be helpful
> {code}
> show user functions;
> {code}
> This feature should only list user functions and not native drill functions



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)