[
https://issues.apache.org/jira/browse/HIVE-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846748#action_12846748
]
Namit Jain commented on HIVE-1252:
----------------------------------
Can you reduce the test data size - I mean create a new table with fewer rows -
or you can use src1 to show the same problem
> 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
>
>
> 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.