[
https://issues.apache.org/jira/browse/PHOENIX-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14355115#comment-14355115
]
ASF GitHub Bot commented on PHOENIX-1723:
-----------------------------------------
GitHub user shuxiong opened a pull request:
https://github.com/apache/phoenix/pull/44
PHOENIX-1723 fix bugs in PTinyint.isCoercibleTo
Bugs is described in [1].
[1] https://issues.apache.org/jira/browse/PHOENIX-1723
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shuxiong/phoenix 4.3-quickfix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/phoenix/pull/44.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #44
----
commit 16518469bd4778700983a007b20942d31311a34b
Author: yesx <[email protected]>
Date: 2015-03-10T15:51:12Z
PHOENIX-1723 fix bugs in PTinyint.isCoercibleTo
----
> 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: 4.3
>
>
> 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)