Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.6.0
-
None
Description
With the following data in table input4_cb:
Key Value
------ --------
NULL 325
18 NULL
The following query:
select * from input4_cb a join input4_cb b on a.key = b.value;
returns the following result:
NULL 325 18 NULL
The correct result should be empty set.
When 'null' is replaced by '' it works.
Attachments
Attachments
Issue Links
- incorporates
-
HIVE-1552 Nulls are not handled in Sort Merge MapJoin
- Resolved
- is a clone of
-
HIVE-734 problem in dealing with null
- Closed
- is duplicated by
-
HIVE-1460 JOIN should not output rows for NULL values
- Resolved
- relates to
-
HIVE-1552 Nulls are not handled in Sort Merge MapJoin
- Resolved
-
HIVE-2810 Implement NULL-safe equality operator <=>
- Closed
-
HIVE-1544 Filtering out NULL-keyed rows in ReduceSinkOperator when no outer join involved
- Open