Laljo John Pullokkaran created HIVE-7813: --------------------------------------------
Summary: Hive join key not null shouldn't be generated for partition column Key: HIVE-7813 URL: https://issues.apache.org/jira/browse/HIVE-7813 Project: Hive Issue Type: Bug Reporter: Laljo John Pullokkaran Assignee: Ashutosh Chauhan Hive generates not null predicate on join key to avoid scanning in nulls. However for partition columns this is not needed as partition column will always be non null. Without this, PPR may evaluate not null predicate. -- This message was sent by Atlassian JIRA (v6.2#6252)