You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "lin guo (JIRA)" <ji...@apache.org> on 2011/02/26 02:11:21 UTC

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

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

        

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

Posted by "Daniel Dai (JIRA)" <ji...@apache.org>.
     [ 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

Posted by "Daniel Dai (JIRA)" <ji...@apache.org>.
     [ 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

Posted by "Jakob Homan (JIRA)" <ji...@apache.org>.
     [ 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

Posted by "Jakob Homan (JIRA)" <ji...@apache.org>.
     [ 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] Commented: (PIG-1872) Fix bug in AvroStorage

Posted by "Jakob Homan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-1872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12999689#comment-12999689 ] 

Jakob Homan commented on PIG-1872:
----------------------------------

+1.  Looks good to me.

> 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