Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
2.2.0
-
None
-
None
Description
Consider an left outer MapJoin operator. OI for the outputs are created from outer and inner side from their inputs. However, when there is a match in the join, the data for the key is always taken from the outer side (as it is done currently). Thus, we need to apply the Converter logic on the data to get the correct type.
This issue is to explore whether a better solution would be to use the key from correct inputs of the join to eliminate need of Converters.
Attachments
Issue Links
- is related to
-
HIVE-14027 NULL values produced by left outer join do not behave as NULL
- Closed