Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
None
Description
If a table has several data files and some files are empty, Broadcast join with that table returns wrong data.
select * from customer_large a left outer join nation_multifile b on a.c_nationkey = b.n_nationkey where b.n_nationkey is null
The above query should return empty rows but return many rows with null n_nationkey value.
Attachments
Issue Links
- relates to
-
TAJO-1075 unexpected join output from input of consecutive query results including 0-size tuple segment
- Closed