-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52171/
-----------------------------------------------------------
Review request for hive and Sergey Shelukhin.
Bugs: HIVE-14819
https://issues.apache.org/jira/browse/HIVE-14819
Repository: hive-git
Description
-------
Patch to allow the registry to set PERSISTENT type when registering permanent
functions to the session registry. Previously all functions added to session
registry had the TEMPORARY tag
Diffs
-----
ql/src/java/org/apache/hadoop/hive/ql/exec/FunctionInfo.java 30ba996
ql/src/java/org/apache/hadoop/hive/ql/exec/Registry.java 05926b5
ql/src/java/org/apache/hadoop/hive/ql/exec/WindowFunctionInfo.java a16d9e5
ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/translator/SqlFunctionConverter.java
911b86b
ql/src/test/org/apache/hadoop/hive/ql/exec/TestFunctionRegistry.java d2d5a1b
Diff: https://reviews.apache.org/r/52171/diff/
Testing
-------
Added tests to TestFunctionRegistry
Thanks,
Jason Dere