zeroflag opened a new pull request #1733: URL: https://github.com/apache/hive/pull/1733
HPLSQL procedures are already stored in HMS but packages wasn't. This patch addresses this and makes use of HMS as a storage backend for HPLSQL packages. The whole package code is stored in the RDBMS as a text. When the client references a hplsql will look it up in HMS via the thrift API. PL/SQL allows us to define the package header and the implementation separately, or change the body later, therefore there are 2 columns in the table, one for the header and one for the body. cc: @kgyrtkirk ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
