[jira] [Updated] (PIG-2970) Nested foreach getting incorrect schema when having unrelated inner query

2013-05-01 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-2970: Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available) Patch

[jira] [Updated] (PIG-2970) Nested foreach getting incorrect schema when having unrelated inner query

2013-04-07 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-2970: Attachment: PIG-2970-2.patch Some unit test fail with PIG-2970-1.patch. Actually we cannot do optimization

[jira] [Updated] (PIG-2970) Nested foreach getting incorrect schema when having unrelated inner query

2013-04-05 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-2970: Attachment: PIG-2970-0.patch I feel the fix is too complex. explain can figure out the right schema but

[jira] [Updated] (PIG-2970) Nested foreach getting incorrect schema when having unrelated inner query

2013-04-05 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-2970: Attachment: PIG-2970-1.patch Koji also point to me the query cannot run. That's because

[jira] [Updated] (PIG-2970) Nested foreach getting incorrect schema when having unrelated inner query

2013-04-05 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-2970: Assignee: Daniel Dai (was: Koji Noguchi) Nested foreach getting incorrect schema when having unrelated

[jira] [Updated] (PIG-2970) Nested foreach getting incorrect schema when having unrelated inner query

2013-01-18 Thread Bill Graham (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Graham updated PIG-2970: - Fix Version/s: (was: 0.11) Nested foreach getting incorrect schema when having unrelated inner

[jira] [Updated] (PIG-2970) Nested foreach getting incorrect schema when having unrelated inner query

2012-10-29 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-2970: Affects Version/s: 0.10.0 Fix Version/s: 0.12 0.11

[jira] [Updated] (PIG-2970) Nested foreach getting incorrect schema when having unrelated inner query

2012-10-12 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi updated PIG-2970: -- Attachment: pig-2970-trunk-v01.txt Parser assumes foreach's innerPlan has a single generate op as sink.