PeiLiping created PHOENIX-2053:
----------------------------------
Summary: The Expression IN has Bug when the params are less than
zero
Key: PHOENIX-2053
URL: https://issues.apache.org/jira/browse/PHOENIX-2053
Project: Phoenix
Issue Type: Bug
Affects Versions: 4.3.0
Reporter: PeiLiping
select * from test where a in (1,2,3 ) is right
select * from test where a in (-1 ) is right
but select * from test where a in (-1,-2,-3) is wrong
I think when params are less then zero the scan range is wrong
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)