You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Jaehwa Jung (JIRA)" <ji...@apache.org> on 2014/02/03 11:12:10 UTC

[jira] [Commented] (TAJO-568) Union query with the same alias names cause NPE

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

Jaehwa Jung commented on TAJO-568:
----------------------------------

+1.
I commented in review board.

> Union query with the same alias names cause NPE
> -----------------------------------------------
>
>                 Key: TAJO-568
>                 URL: https://issues.apache.org/jira/browse/TAJO-568
>             Project: Tajo
>          Issue Type: Bug
>          Components: planner/optimizer
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.8-incubating
>
>         Attachments: TAJO-568.patch
>
>
> See the title and the following case:
> {code}
> select a.id, a.name from (select id, name from table1) a
> union all
> select a.id, a.name from (select id, name from table1) a
> {code}
> We should fix it.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)