You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Maryann Xue (JIRA)" <ji...@apache.org> on 2015/04/07 18:23:12 UTC

[jira] [Resolved] (PHOENIX-1807) Support UNION queries in subquery

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

Maryann Xue resolved PHOENIX-1807.
----------------------------------
    Resolution: Fixed

> Support UNION queries in subquery
> ---------------------------------
>
>                 Key: PHOENIX-1807
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1807
>             Project: Phoenix
>          Issue Type: New Feature
>            Reporter: Maryann Xue
>            Assignee: Maryann Xue
>             Fix For: 4.4.0
>
>         Attachments: PHOENIX-1807.patch
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> Example:
> select * from aTable where pk in (select pk from idx1 where q1 = 'x' union all select pk from idx2 where q2 = 'y')



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)