[
https://issues.apache.org/jira/browse/PHOENIX-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Taylor updated PHOENIX-127:
---------------------------------
Affects Version/s: 4.0.0
3.0.0
> Confirm pk IS NULL OR pk IN (1,2) returns correct 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
>
> 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)