You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Rajeshbabu Chintaguntla (JIRA)" <ji...@apache.org> on 2017/06/22 06:58:00 UTC

[jira] [Assigned] (PHOENIX-3972) Phoenix does not verify the SQL type while creating the User Defined Function

     [ 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)