[ 
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

        

Reply via email to