[
https://issues.apache.org/jira/browse/TAJO-867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14041793#comment-14041793
]
ASF GitHub Bot commented on TAJO-867:
-------------------------------------
Github user hyunsik commented on the pull request:
https://github.com/apache/tajo/pull/35#issuecomment-46938184
Could you rebase this patch against the latest revision?
> 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
>
> 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)