neha created PHOENIX-3972:
-----------------------------
Summary: Phoenix does not verify the SQL type while creating the
User Defined Function
Key: PHOENIX-3972
URL: https://issues.apache.org/jira/browse/PHOENIX-3972
Project: Phoenix
Issue Type: Bug
Reporter: neha
{code}
CREATE FUNCTION test(var1) RETURNS returnValue AS 'SomeClass' USING JAR
'pathToJar';
{code}
Creates the function and upon usage, encounters IllegalSQLType for var1.
Need to validate the SQLType while creating the function itself.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)