You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Gabriel Reid (JIRA)" <ji...@apache.org> on 2014/03/16 08:26:44 UTC

[jira] [Resolved] (PHOENIX-835) Datatype statements in CAST operations are case-sensitive

     [ https://issues.apache.org/jira/browse/PHOENIX-835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gabriel Reid resolved PHOENIX-835.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 4.0.0
                   3.0.0
         Assignee: Gabriel Reid

> Datatype statements in CAST operations are case-sensitive
> ---------------------------------------------------------
>
>                 Key: PHOENIX-835
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-835
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Gabriel Reid
>            Assignee: Gabriel Reid
>             Fix For: 3.0.0, 4.0.0
>
>         Attachments: PHOENIX-835.2.patch, PHOENIX-835.patch
>
>
> The datatype clause in cast exceptions are case sensitive, although they’re not case sensitive in a create table statement. For example, 
> {code}
> select (cast id as INTEGER) from mytab;
> {code}
> will work, but
> {code}
> select (cast id as integer) from mytab;
> {code}
> gives a parse error.



--
This message was sent by Atlassian JIRA
(v6.2#6252)