[jira] [Updated] (PIG-3377) New AvroStorage throws NPE when storing untyped map/array/bag

2013-10-26 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheolsoo Park updated PIG-3377: --- Resolution: Fixed Fix Version/s: (was: 0.12.1) 0.13.0 Status: R

[jira] [Updated] (PIG-3377) New AvroStorage throws NPE when storing untyped map/array/bag

2013-10-10 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheolsoo Park updated PIG-3377: --- Attachment: PIG-3377-2.patch [~jadler], thank you for the patch! It looks good to me. I think we shoul

[jira] [Updated] (PIG-3377) New AvroStorage throws NPE when storing untyped map/array/bag

2013-10-07 Thread Joseph Adler (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Adler updated PIG-3377: -- Status: Patch Available (was: Open) > New AvroStorage throws NPE when storing untyped map/array/bag > --

[jira] [Updated] (PIG-3377) New AvroStorage throws NPE when storing untyped map/array/bag

2013-10-07 Thread Joseph Adler (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Adler updated PIG-3377: -- Attachment: PIG-3377.patch Patch for this issue (provides a meaningful error message) > New AvroStorage

[jira] [Updated] (PIG-3377) New AvroStorage throws NPE when storing untyped map/array/bag

2013-10-05 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-3377: Fix Version/s: (was: 0.12.0) 0.12.1 > New AvroStorage throws NPE when storing untyped

[jira] [Updated] (PIG-3377) New AvroStorage throws NPE when storing untyped map/array/bag

2013-07-15 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheolsoo Park updated PIG-3377: --- Description: The following example demonstrates the issue: {code} a = LOAD 'foo' AS (m:map[]); STORE a