[
https://issues.apache.org/jira/browse/HIVE-1417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Yang updated HIVE-1417:
----------------------------
Attachment: HIVE-1417.1.patch
HIVE-1417.branch-0.6.1.patch
Expanded test coverage to include join and group by, but this bug doesn't show
up during unit tests because the underlying filesystem is not HDFS.
> 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, 0.7.0
> Reporter: Paul Yang
> Assignee: Paul Yang
> Attachments: HIVE-1417.1.patch, HIVE-1417.branch-0.6.1.patch
>
>
> Assuming you have a src table with a ds='1' partition that is archived in
> HDFS, the following query 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.