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
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.