Harish Butani created HIVE-8361: ----------------------------------- Summary: NPE in PTFOperator when there are empty partitions Key: HIVE-8361 URL: https://issues.apache.org/jira/browse/HIVE-8361 Project: Hive Issue Type: Bug Reporter: Harish Butani Assignee: Harish Butani
Here is a simple query to reproduce this: {code} select sum(p_size) over (partition by p_mfgr ) from part where p_mfgr = 'some non existent mfgr'; {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)