You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Alicia Ying Shu (JIRA)" <ji...@apache.org> on 2015/02/04 21:59:36 UTC

[jira] [Commented] (PHOENIX-1580) Support UNION ALL

    [ https://issues.apache.org/jira/browse/PHOENIX-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14305940#comment-14305940 ] 

Alicia Ying Shu commented on PHOENIX-1580:
------------------------------------------

Attached please find the implementation for supporting chained top level Union Alls. It is work in-progress. I tested it with multiple Union all selects (select * from t1 union all select * from t2 union all select * from t3) and got correct results back.

> Support UNION ALL
> -----------------
>
>                 Key: PHOENIX-1580
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1580
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Alicia Ying Shu
>            Assignee: Alicia Ying Shu
>
> Select * from T1
> UNION ALL
> Select * from T2



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