[
https://issues.apache.org/jira/browse/PHOENIX-3972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rajeshbabu Chintaguntla reassigned PHOENIX-3972:
------------------------------------------------
Assignee: Rajeshbabu Chintaguntla
> 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
> Assignee: Rajeshbabu Chintaguntla
>
> {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)