Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Impala 1.0.1
-
None
Description
When you run select * from a right outer join (or full outer join) b on a.column1=b.column1
row from b will not be returned if b.column1 is null