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

Hudson commented on TAJO-867:
-----------------------------

SUCCESS: Integrated in Tajo-master-build #269 (See 
[https://builds.apache.org/job/Tajo-master-build/269/])
TAJO-867: OUTER JOIN with empty result subquery produces a wrong result. 
(missed github issue close.) (hyunsik: rev 
38f1a57382d85217ffa6ce7501752146cb4e0ab5)
* CHANGES


> OUTER JOIN with empty result subquery produces a wrong result. 
> ---------------------------------------------------------------
>
>                 Key: TAJO-867
>                 URL: https://issues.apache.org/jira/browse/TAJO-867
>             Project: Tajo
>          Issue Type: Bug
>            Reporter: Hyoungjun Kim
>            Assignee: Hyoungjun Kim
>            Priority: Minor
>             Fix For: 0.9.0
>
>
> In the following query if a subquery has no data, a Execution block for final 
> outer join has only one task and final result is wrong.  
> {code:sql}
> select * 
> from table1 a
> outer join (select * from table2 where code = '1') b
> on a.id = b.id
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to