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

Alicia Ying Shu edited comment on PHOENIX-1580 at 4/1/15 6:02 AM:
------------------------------------------------------------------

[~jamestaylor]The temp schema is to work with Aggregate projection to replace 
rowProjector. All UnionAllIT tests passed with Plan Order By and Limit. 

Wrapping another Select over current Union All selects we need to specify a 
table. A dummy table or Null table did not work since parser needs a real table 
to resolve column information etc. I have to say if we have taken my very early 
approach of passing down rowProjector, we can simplify the approach quite bit.



was (Author: aliciashu):
[~jamestaylor]The temp schema is for final projection for rowProjector. All 
UnionAllIT tests passed with Plan order by and Limit. 



> 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
>         Attachments: PHOENIX-1580-grammar.patch, Phoenix-1580-v1.patch, 
> phoenix-1580-v1-wipe.patch, phoenix-1580.patch, unionall-wipe.patch
>
>
> Select * from T1
> UNION ALL
> Select * from T2



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

Reply via email to