Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
0.9.0
-
None
-
None
Description
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).
Attachments
Attachments
Issue Links
- blocks
-
HIVE-11516 Fix JDBC compliance issues
- Open
- duplicates
-
HIVE-2935 Implement HiveServer2
- Closed
- relates to
-
HIVE-7676 JDBC: Support more DatabaseMetaData, ResultSetMetaData methods
- Closed