[
https://issues.apache.org/jira/browse/PHOENIX-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14365704#comment-14365704
]
Hudson commented on PHOENIX-1723:
---------------------------------
FAILURE: Integrated in Phoenix-master #622 (See
[https://builds.apache.org/job/Phoenix-master/622/])
PHOENIX-1723 PTinyint.isCoercibleTo fails to test -1 with type PTinyint
(Shuxiong Ye) (jtaylor: rev 22c200f37c4afc366cc9bf369bb53a8d4d50975f)
* phoenix-core/src/test/java/org/apache/phoenix/schema/types/PDataTypeTest.java
> PTinyint.isCoercibleTo fails to test -1 with type PTinyint
> ----------------------------------------------------------
>
> Key: PHOENIX-1723
> URL: https://issues.apache.org/jira/browse/PHOENIX-1723
> Project: Phoenix
> Issue Type: Bug
> Reporter: Shuxiong Ye
> Assignee: Shuxiong Ye
> Fix For: 3.3.1, 4.3.1, 4.4
>
> Attachments: PHOENIX-1723.patch
>
>
> When trying the following code,
> PTinyint.INSTANCE.isCoercibleTo(PTinyint.INSTANCE, (byte)-1)
> In 4.3, it returns false.
> I think it should return true.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)