[
https://issues.apache.org/jira/browse/HIVE-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
He Yongqiang updated HIVE-1252:
-------------------------------
Attachment: hive-1252.2.patch
A new patch integrated Namit's comments. Thanks Namit!
> Task breaking bug when breaking after a filter operator
> -------------------------------------------------------
>
> Key: HIVE-1252
> URL: https://issues.apache.org/jira/browse/HIVE-1252
> Project: Hadoop Hive
> Issue Type: Bug
> Reporter: He Yongqiang
> Assignee: He Yongqiang
> Fix For: 0.6.0
>
> Attachments: hive-1252.1.patch, hive-1252.2.patch
>
>
> The plan for this query has a bug,
> SELECT f.key, g.value FROM srcpart f JOIN srcpart m ON( f.key = m.key AND
> f.ds='2008-04-08' AND m.ds='2008-04-08' ) JOIN srcpart g ON(g.value = m.value
> AND g.ds='2008-04-08' AND m.ds='2008-04-08');
> The first file sink operator's table desc contains all columns.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.