Unable to access Map within a tuple.

2011-03-16 Thread deepak kumar v
Hi, Below are list of tuples generated after flattening a bag . (day, age, name, address, ['k1#v1','k2#v2']), (12/2,22,deepak,newyork, ['k1#v1','k2#v2']), (12/3,22,deepak,newjersy, ['k1#v1','k2#v2']) process = foreach inputs generate com.yahoo.peblpig.udf.InvokeProcess($0); Here $0 some how ge

[jira] Commented: (PIG-1911) Infinite loop with accumulator function in nested foreach

2011-03-16 Thread Vivek Padmanabhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13007815#comment-13007815 ] Vivek Padmanabhan commented on PIG-1911: In this case pig is calling getValue() and

[jira] Updated: (PIG-1913) Use a file for excluding tests

2011-03-16 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White updated PIG-1913: --- Attachment: PIG-1913.patch > Use a file for excluding tests > -- > >

[jira] Updated: (PIG-1913) Use a file for excluding tests

2011-03-16 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White updated PIG-1913: --- Status: Patch Available (was: Open) > Use a file for excluding tests > -- > >

[jira] Created: (PIG-1913) Use a file for excluding tests

2011-03-16 Thread Tom White (JIRA)
Use a file for excluding tests -- Key: PIG-1913 URL: https://issues.apache.org/jira/browse/PIG-1913 Project: Pig Issue Type: Test Reporter: Tom White Assignee: Tom White There are some ex

[jira] Commented: (PIG-1912) non-deterministic output when a file is loaded multiple times

2011-03-16 Thread Field Cady (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13007693#comment-13007693 ] Field Cady commented on PIG-1912: - Again, I have a tarball with all the files. Just email m

[jira] Created: (PIG-1912) non-deterministic output when a file is loaded multiple times

2011-03-16 Thread Field Cady (JIRA)
non-deterministic output when a file is loaded multiple times - Key: PIG-1912 URL: https://issues.apache.org/jira/browse/PIG-1912 Project: Pig Issue Type: Bug Environment:

[jira] Created: (PIG-1911) Infinite loop with accumulator function in nested foreach

2011-03-16 Thread Olga Natkovich (JIRA)
Infinite loop with accumulator function in nested foreach - Key: PIG-1911 URL: https://issues.apache.org/jira/browse/PIG-1911 Project: Pig Issue Type: Bug Affects Versions: 0.8.0

[jira] Updated: (PIG-1868) New logical plan fails when I have complex data types from udf

2011-03-16 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1868: Affects Version/s: 0.9.0 Fix Version/s: 0.9.0 > New logical plan fails when I have complex data types

[jira] Updated: (PIG-1868) New logical plan fails when I have complex data types from udf

2011-03-16 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1868: Affects Version/s: (was: 0.8.0) Fix Version/s: (was: 0.8.0) > New logical plan fails when I h

[jira] Updated: (PIG-1868) New logical plan fails when I have complex data types from udf

2011-03-16 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1868: Attachment: PIG-1868-1.patch > New logical plan fails when I have complex data types from udf > -

[jira] Commented: (PIG-1868) New logical plan fails when I have complex data types from udf

2011-03-16 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13007663#comment-13007663 ] Daniel Dai commented on PIG-1868: - The reason for the failure on trunk is because in this qu

[jira] Commented: (PIG-1830) Type mismatch error in key from map, when doing GROUP on PigStorageSchema() variable

2011-03-16 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13007651#comment-13007651 ] Alan Gates commented on PIG-1830: - Unit tests pass. All looks good. > Type mismatch error

[jira] Assigned: (PIG-1910) incorrect schema shown when project-star is used with other projections

2011-03-16 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olga Natkovich reassigned PIG-1910: --- Assignee: Daniel Dai > incorrect schema shown when project-star is used with other projections

[jira] Commented: (PIG-1910) incorrect schema shown when project-star is used with other projections

2011-03-16 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13007595#comment-13007595 ] Thejas M Nair commented on PIG-1910: This can also lead to incorrect query plan, if an a

[jira] Created: (PIG-1910) incorrect schema shown when project-star is used with other projections

2011-03-16 Thread Thejas M Nair (JIRA)
incorrect schema shown when project-star is used with other projections --- Key: PIG-1910 URL: https://issues.apache.org/jira/browse/PIG-1910 Project: Pig Issue Type: Bug