Soumyakanti Das created HIVE-27349: -------------------------------------- Summary: Move HMS call to get stored procedure out of Udf Key: HIVE-27349 URL: https://issues.apache.org/jira/browse/HIVE-27349 Project: Hive Issue Type: Improvement Components: hpl/sql Reporter: Soumyakanti Das Assignee: Soumyakanti Das
HMS call to get stored procedure, {{loadSource()}} can be moved out of Udf.java to Exec.java, and the stored procedure can be passed as an argument to the hplsql function. This helps decouple HMS & Sessions from Udf. -- This message was sent by Atlassian Jira (v8.20.10#820010)