Shuxiong Ye created PHOENIX-1723: ------------------------------------ Summary: 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)