[ 
https://issues.apache.org/jira/browse/HIVE-3217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard Ding updated HIVE-3217:
-------------------------------

    Attachment: HIVE-3217.patch

Attaching patch.
                
> Implement HiveResultSetMetaData.getFunctions() to retrieve registered UDFs. 
> ----------------------------------------------------------------------------
>
>                 Key: HIVE-3217
>                 URL: https://issues.apache.org/jira/browse/HIVE-3217
>             Project: Hive
>          Issue Type: Improvement
>          Components: JDBC
>    Affects Versions: 0.9.0
>            Reporter: Richard Ding
>         Attachments: HIVE-3217.patch
>
>
> Hive JDBC support currently throws UnsupportedException when getFunctions() 
> is called. Hive CL provides a SHOW FUNCTIONS command to return the names of 
> all registered UDFs. By getting a SQL Statement from the connection, 
> getFunctions can execute( "SHOW FUNCTIONS") to retrieve all the registered 
> functions (including those registered through create temporary function).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to