[jira] Commented: (PIG-807) PERFORMANCE: Provide a way for UDFs to use read-once bags (backed by the Hadoop values iterator)

2009-05-13 Thread David Ciemiewicz (JIRA)
[ https://issues.apache.org/jira/browse/PIG-807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12709007#action_12709007 ] David Ciemiewicz commented on PIG-807: -- Certainly SUM, COUNT, AVG could all use this. In

[jira] Updated: (PIG-804) problem with lineage with double map redirection

2009-05-13 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-804: --- Fix Version/s: 0.3.0 Affects Version/s: 0.2.1 Status: Patch Available (was:

[jira] Updated: (PIG-804) problem with lineage with double map redirection

2009-05-13 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-804: --- Attachment: PIG-804.patch The root cause was in the parsers, in CastExp(), a getFieldSchema() was being

[jira] Created: (PIG-808) getFieldSchema() in ExpressionOperators also sets up lineage information - this can cause issues if getFieldSchema() is called too early

2009-05-13 Thread Pradeep Kamath (JIRA)
getFieldSchema() in ExpressionOperators also sets up lineage information - this can cause issues if getFieldSchema() is called too early Key:

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

2009-05-13 Thread Rakesh Setty (JIRA)
[ https://issues.apache.org/jira/browse/PIG-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12709078#action_12709078 ] Rakesh Setty commented on PIG-794: -- Olga, The reproduced the issue. It is because the schema

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

2009-05-13 Thread Rakesh Setty (JIRA)
[ https://issues.apache.org/jira/browse/PIG-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12709081#action_12709081 ] Rakesh Setty commented on PIG-794: -- I also noticed that the Avro codebase supports only

[jira] Commented: (PIG-804) problem with lineage with double map redirection

2009-05-13 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PIG-804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12709086#action_12709086 ] Hadoop QA commented on PIG-804: --- +1 overall. Here are the results of testing the latest

[jira] Issue Comment Edited: (PIG-794) Use Avro serialization in Pig

2009-05-13 Thread Rakesh Setty (JIRA)
[ https://issues.apache.org/jira/browse/PIG-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12709078#action_12709078 ] Rakesh Setty edited comment on PIG-794 at 5/13/09 12:55 PM: Olga,