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

Maryann Xue commented on PHOENIX-1580:
--------------------------------------

I checked other test cases. And indeed, the flags all got wrong, but I think 
that's because of the incorrect parsing or call chain. Should have checked. 
Sorry about that.

Given that we do not have a union query representation, it might be the best 
way to represent it so far. Or you can create an union statement class if you 
want. But I really don't think it is a good idea to represent "select col from 
a union all select col from b order by col" with a structure like "select col 
from a order by col (select col from b)".

> 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-v2.patch, Phoenix-1580-v3.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