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

Hudson commented on TAJO-568:
-----------------------------

SUCCESS: Integrated in Tajo-master-build #49 (See 
[https://builds.apache.org/job/Tajo-master-build/49/])
TAJO-568: Union query with the same alias names cause NPE. (hyunsik: 
https://git-wip-us.apache.org/repos/asf?p=incubator-tajo.git&a=commit&h=db2f733a6753c78de673a339e9cba1c817201c76)
* 
tajo-core/tajo-core-backend/src/test/resources/results/TestUnionQuery/testUnionWithSameAliasNames.result
* CHANGES.txt
* 
tajo-core/tajo-core-backend/src/test/resources/queries/TestUnionQuery/testUnionWithSameAliasNames.sql
* 
tajo-core/tajo-core-backend/src/test/java/org/apache/tajo/engine/planner/TestLogicalPlan.java
* 
tajo-core/tajo-core-backend/src/test/java/org/apache/tajo/engine/query/TestUnionQuery.java
* 
tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/engine/planner/LogicalPlanPreprocessor.java


> 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)

Reply via email to