[jira] Updated: (PIG-552) UDF defined with argument causes class instantiation exception

2008-12-01 Thread Christopher Olston (JIRA)
[ https://issues.apache.org/jira/browse/PIG-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Olston updated PIG-552: --- Attachment: pig.patch patch to fix this bug > UDF defined with argument causes class instantiat

[jira] Updated: (PIG-552) UDF defined with argument causes class instantiation exception

2008-12-01 Thread Christopher Olston (JIRA)
[ https://issues.apache.org/jira/browse/PIG-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Olston updated PIG-552: --- Description: I'm doing: define myFunc myFunc('blah'); b = foreach a generate myFunc(*); Pig pa

[jira] Updated: (PIG-552) UDF defined with argument causes class instantiation exception, when UDF followed by sort

2008-12-01 Thread Christopher Olston (JIRA)
[ https://issues.apache.org/jira/browse/PIG-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Olston updated PIG-552: --- Description: I'm doing: define myFunc myFunc('blah'); b = foreach a generate myFunc(*); c = ord