[jira] Updated: (PIG-834) incorrect plan when algebraic functions are nested

2010-02-11 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated PIG-834: - Resolution: Fixed Status: Resolved (was: Patch Available) Patch checked-in. incorrect

[jira] Updated: (PIG-834) incorrect plan when algebraic functions are nested

2010-02-10 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated PIG-834: - Status: Open (was: Patch Available) incorrect plan when algebraic functions are nested

[jira] Updated: (PIG-834) incorrect plan when algebraic functions are nested

2010-02-10 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated PIG-834: - Attachment: pig-834_3.patch Instead of having recursive function walking on plan, better to have a

[jira] Updated: (PIG-834) incorrect plan when algebraic functions are nested

2010-02-10 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated PIG-834: - Status: Patch Available (was: Open) incorrect plan when algebraic functions are nested

[jira] Updated: (PIG-834) incorrect plan when algebraic functions are nested

2010-02-08 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated PIG-834: - Status: Patch Available (was: Open) Trying to get hudson going on this. incorrect plan when

[jira] Updated: (PIG-834) incorrect plan when algebraic functions are nested

2010-02-08 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated PIG-834: - Status: Open (was: Patch Available) incorrect plan when algebraic functions are nested

[jira] Updated: (PIG-834) incorrect plan when algebraic functions are nested

2010-02-05 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated PIG-834: - Attachment: pig-834_2.patch Correct approach is following: If leaf of inner plan of ForEach is not

[jira] Updated: (PIG-834) incorrect plan when algebraic functions are nested

2010-02-05 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated PIG-834: - Status: Patch Available (was: Open) incorrect plan when algebraic functions are nested

[jira] Updated: (PIG-834) incorrect plan when algebraic functions are nested

2010-02-04 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated PIG-834: - Attachment: pig-834.patch In this patch, I look for a pattern of POUserFunc followed by another

[jira] Updated: (PIG-834) incorrect plan when algebraic functions are nested

2010-01-27 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olga Natkovich updated PIG-834: --- Priority: Major (was: Critical) incorrect plan when algebraic functions are nested

[jira] Updated: (PIG-834) incorrect plan when algebraic functions are nested

2009-06-04 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated PIG-834: -- Description: a = load 'students.txt' as (c1,c2,c3,c4); c = group a by c2; f = foreach c generate