[ 
https://issues.apache.org/jira/browse/PHOENIX-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Taylor resolved PHOENIX-127.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 4.0.0
                   3.0.0

> Query with pk IS NULL OR pk IN (1,2) return incorrect results
> -------------------------------------------------------------
>
>                 Key: PHOENIX-127
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-127
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 3.0.0, 4.0.0
>            Reporter: James Taylor
>            Assignee: James Taylor
>             Fix For: 3.0.0, 4.0.0
>
>         Attachments: PHOENIX-127.patch
>
>
> Write unit tests for the following query:
> {code}
> SELECT count(*) FROM aTable 
> WHERE organization_id=? 
> AND (a_integer IN (5,6) OR a_integer IS NULL) 
> GROUP BY a_integer=6
> {code}
> The GROUP BY is likely not relevant.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to