Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.2.0
-
None
Description
should've been part of HIVE-14949
if only WHEN NOT MATCHED is specified then the join is basically an anti-join and we are not retrieving any values from target side. So the cardinality check is just overhead (though presumably very minor since the filter above the join will filter everything and thus there is nothing to group)
Attachments
Attachments
Issue Links
- is blocked by
-
HIVE-15871 Cannot insert into target table because column number/types are different with hive.merge.cardinality.check=false
- Closed
- relates to
-
HIVE-14949 Add Cardinality Violation check in SQL MERGE stmt
- Closed