[
https://issues.apache.org/jira/browse/TAJO-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hyunsik Choi updated TAJO-1101:
-------------------------------
Fix Version/s: 0.9.0
> Broadcast join with a zero-length file table returns wrong result data.
> -----------------------------------------------------------------------
>
> Key: TAJO-1101
> URL: https://issues.apache.org/jira/browse/TAJO-1101
> Project: Tajo
> Issue Type: Bug
> Reporter: Hyoungjun Kim
> Assignee: Hyoungjun Kim
> Priority: Blocker
> Fix For: 0.9.0
>
>
> If a table has several data files and some files are empty, Broadcast join
> with that table returns wrong data.
> {code:sql}
> select * from customer_large a
> left outer join nation_multifile b on a.c_nationkey = b.n_nationkey
> where b.n_nationkey is null
> {code}
> The above query should return empty rows but return many rows with null
> n_nationkey value.
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)