[
https://issues.apache.org/jira/browse/PHOENIX-835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931214#comment-13931214
]
Hudson commented on PHOENIX-835:
--------------------------------
SUCCESS: Integrated in Apache Phoenix - Branch:3.0 #3 (See
[https://builds.apache.org/job/Phoenix-3.0/3/])
PHOENIX-835 Datatype statements in CAST operations are case-sensitive
(GabrielReid) (jamestaylor: rev bffba7a3f9e732be07cb96ad4afe435e003947e6)
* phoenix-core/src/main/java/org/apache/phoenix/parse/CastParseNode.java
* phoenix-core/src/test/java/org/apache/phoenix/end2end/QueryTest.java
> 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
> 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)