[jira] Updated: (PIG-1872) Fix bug in AvroStorage

2011-02-28 Thread Daniel Dai (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Dai updated PIG-1872:


Affects Version/s: (was: site)
   0.9.0
Fix Version/s: (was: site)

> Fix bug in AvroStorage
> --
>
> Key: PIG-1872
> URL: https://issues.apache.org/jira/browse/PIG-1872
> Project: Pig
>  Issue Type: Bug
>Affects Versions: 0.9.0
>Reporter: lin guo
>Assignee: lin guo
> Fix For: 0.9.0
>
> Attachments: my.diff
>
>
> AvroStorageUtils.containsRecursiveRecord() has a bug and returns true for a 
> record with multiple fields of the same type, e.g.
>  { "type":"record", "name":"Event", " +
> "fields":[{"name":"f1", "type":{ "type":"record","name":"EntityID", }}
>   {"name":"f2","type":"EntityID"}, " +
>   {"name":"f3","type":"EntityID"} ]}
>
> Patch contains bug fix and unit tests.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (PIG-1872) Fix bug in AvroStorage

2011-02-28 Thread Daniel Dai (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Dai updated PIG-1872:


   Resolution: Fixed
Fix Version/s: 0.9.0
 Assignee: lin guo
 Hadoop Flags: [Reviewed]
   Status: Resolved  (was: Patch Available)

test-patch:
 [exec] +1 overall.  
 [exec] 
 [exec] +1 @author.  The patch does not contain any @author tags.
 [exec] 
 [exec] +1 tests included.  The patch appears to include 3 new or 
modified tests.
 [exec] 
 [exec] +1 javadoc.  The javadoc tool did not generate any warning 
messages.
 [exec] 
 [exec] +1 javac.  The applied patch does not increase the total number 
of javac compiler warnings.
 [exec] 
 [exec] +1 findbugs.  The patch does not introduce any new Findbugs 
warnings.
 [exec] 
 [exec] +1 release audit.  The applied patch does not increase the 
total number of release audit warnings.

Piggybank test pass.

Patch committed to trunk. Thanks Lin, Jakob!

> Fix bug in AvroStorage
> --
>
> Key: PIG-1872
> URL: https://issues.apache.org/jira/browse/PIG-1872
> Project: Pig
>  Issue Type: Bug
>Affects Versions: site
>Reporter: lin guo
>Assignee: lin guo
> Fix For: site, 0.9.0
>
> Attachments: my.diff
>
>
> AvroStorageUtils.containsRecursiveRecord() has a bug and returns true for a 
> record with multiple fields of the same type, e.g.
>  { "type":"record", "name":"Event", " +
> "fields":[{"name":"f1", "type":{ "type":"record","name":"EntityID", }}
>   {"name":"f2","type":"EntityID"}, " +
>   {"name":"f3","type":"EntityID"} ]}
>
> Patch contains bug fix and unit tests.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (PIG-1872) Fix bug in AvroStorage

2011-02-25 Thread Jakob Homan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jakob Homan updated PIG-1872:
-

Priority: Major  (was: Minor)

> Fix bug in AvroStorage
> --
>
> Key: PIG-1872
> URL: https://issues.apache.org/jira/browse/PIG-1872
> Project: Pig
>  Issue Type: Bug
>Affects Versions: site
>Reporter: lin guo
> Fix For: site
>
> Attachments: my.diff
>
>
> AvroStorageUtils.containsRecursiveRecord() has a bug and returns true for a 
> record with multiple fields of the same type, e.g.
>  { "type":"record", "name":"Event", " +
> "fields":[{"name":"f1", "type":{ "type":"record","name":"EntityID", }}
>   {"name":"f2","type":"EntityID"}, " +
>   {"name":"f3","type":"EntityID"} ]}
>
> Patch contains bug fix and unit tests.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (PIG-1872) Fix bug in AvroStorage

2011-02-25 Thread Jakob Homan (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jakob Homan updated PIG-1872:
-

Fix Version/s: (was: 0.9.0)
   site
Affects Version/s: (was: 0.9.0)
   site
   Status: Patch Available  (was: Open)

> Fix bug in AvroStorage
> --
>
> Key: PIG-1872
> URL: https://issues.apache.org/jira/browse/PIG-1872
> Project: Pig
>  Issue Type: Bug
>Affects Versions: site
>Reporter: lin guo
>Priority: Minor
> Fix For: site
>
> Attachments: my.diff
>
>
> AvroStorageUtils.containsRecursiveRecord() has a bug and returns true for a 
> record with multiple fields of the same type, e.g.
>  { "type":"record", "name":"Event", " +
> "fields":[{"name":"f1", "type":{ "type":"record","name":"EntityID", }}
>   {"name":"f2","type":"EntityID"}, " +
>   {"name":"f3","type":"EntityID"} ]}
>
> Patch contains bug fix and unit tests.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (PIG-1872) Fix bug in AvroStorage

2011-02-25 Thread lin guo (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

lin guo updated PIG-1872:
-

Attachment: my.diff

> Fix bug in AvroStorage
> --
>
> Key: PIG-1872
> URL: https://issues.apache.org/jira/browse/PIG-1872
> Project: Pig
>  Issue Type: Bug
>Affects Versions: 0.9.0
>Reporter: lin guo
>Priority: Minor
> Fix For: 0.9.0
>
> Attachments: my.diff
>
>
> AvroStorageUtils.containsRecursiveRecord() has a bug and returns true for a 
> record with multiple fields of the same type, e.g.
>  { "type":"record", "name":"Event", " +
> "fields":[{"name":"f1", "type":{ "type":"record","name":"EntityID", }}
>   {"name":"f2","type":"EntityID"}, " +
>   {"name":"f3","type":"EntityID"} ]}
>
> Patch contains bug fix and unit tests.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira