[jira] Updated: (PIG-732) Utility UDFs

2009-04-30 Thread Ankur (JIRA)
[ https://issues.apache.org/jira/browse/PIG-732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ankur updated PIG-732: -- Attachment: udf.v5.patch Minor issue in test case, causing test failure. Fixed in latest upload - udf.v5.patch. Also

[jira] Updated: (PIG-789) coupling load and store in script no longer works

2009-04-30 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/PIG-789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gunther Hagleitner updated PIG-789: --- Attachment: dump_bug.patch Both dump (openIterator) and illustrate (getExamples) show this

[jira] Commented: (PIG-741) Add LIMIT as a statement that works in nested FOREACH

2009-04-30 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704672#action_12704672 ] Alan Gates commented on PIG-741: Since limit distributes rather nicely, I'd very much like it

[jira] Commented: (PIG-741) Add LIMIT as a statement that works in nested FOREACH

2009-04-30 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704685#action_12704685 ] Olga Natkovich commented on PIG-741: +1 on the patch with one question: is there a reason

[jira] Commented: (PIG-741) Add LIMIT as a statement that works in nested FOREACH

2009-04-30 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704775#action_12704775 ] Alan Gates commented on PIG-741: I only added tests for local mode because inner operators are

[jira] Created: (PIG-793) Improving memory efficiency of Tuple implementation

2009-04-30 Thread Olga Natkovich (JIRA)
Improving memory efficiency of Tuple implementation --- Key: PIG-793 URL: https://issues.apache.org/jira/browse/PIG-793 Project: Pig Issue Type: Improvement Reporter: Olga

[jira] Updated: (PIG-732) Utility UDFs

2009-04-30 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olga Natkovich updated PIG-732: --- Resolution: Fixed Status: Resolved (was: Patch Available) Patch committed. Thanks, Ankur for

[jira] Created: (PIG-794) Use Avro serialization in Pig

2009-04-30 Thread Rakesh Setty (JIRA)
Use Avro serialization in Pig - Key: PIG-794 URL: https://issues.apache.org/jira/browse/PIG-794 Project: Pig Issue Type: Improvement Components: impl Affects Versions: 0.2.0 Reporter:

[jira] Updated: (PIG-795) Command that selects a random sample of the rows, similar to LIMIT

2009-04-30 Thread Eric Gaudet (JIRA)
[ https://issues.apache.org/jira/browse/PIG-795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Gaudet updated PIG-795: Attachment: sample2.diff This patch implements the SAMPLE command. It basically add a random sample mode to

[jira] Updated: (PIG-794) Use Avro serialization in Pig

2009-04-30 Thread Rakesh Setty (JIRA)
[ https://issues.apache.org/jira/browse/PIG-794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rakesh Setty updated PIG-794: - Attachment: AvroBinStorage.patch Patch file Use Avro serialization in Pig -