Archived partitions throw error with queries calling getContentSummary ----------------------------------------------------------------------
Key: HIVE-1417 URL: https://issues.apache.org/jira/browse/HIVE-1417 Project: Hadoop Hive Issue Type: Bug Affects Versions: 0.6.0 Reporter: Paul Yang Assignee: Paul Yang Assuming you have a src table with a ds='1' partition that is archived, the following table will throw an exception {code} select count(1) from src where ds='1' group by key; {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.