You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Mark Farnan (JIRA)" <ji...@apache.org> on 2012/06/07 03:07:23 UTC

[jira] [Created] (AVRO-1109) CSharp specific fails on multidimensional arrays.

Mark Farnan created AVRO-1109:
---------------------------------

             Summary: CSharp specific fails on multidimensional arrays.
                 Key: AVRO-1109
                 URL: https://issues.apache.org/jira/browse/AVRO-1109
             Project: Avro
          Issue Type: Bug
          Components: csharp
    Affects Versions: 1.6.3, 1.5.1, 1.7.0
         Environment: Windows
            Reporter: Mark Farnan


Using Multidimensional Arrays throws errors during READ for Specific.

This type of construct SHOULD work, but dosn't

{ ""name"" : ""myArray3"", ""type"" : { ""type"" : ""array"", ""items"" : { ""type"" : ""array"", ""items"" : [ ""double"", ""string"", ""null"" ] } } }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AVRO-1109) CSharp specific fails on multidimensional arrays.

Posted by "Mark Farnan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-1109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Farnan updated AVRO-1109:
------------------------------

    Attachment: AVRO-1109.patch

Patch to fix this Issue.

It contains fixes for both the specific TEST,  and for the GetType function in Specific Reader.

The Test was producing a false positive by having the constructor of the record populate the object with data during the READ part of the test.  
                
> CSharp specific fails on multidimensional arrays.
> -------------------------------------------------
>
>                 Key: AVRO-1109
>                 URL: https://issues.apache.org/jira/browse/AVRO-1109
>             Project: Avro
>          Issue Type: Bug
>          Components: csharp
>    Affects Versions: 1.5.1, 1.6.3, 1.7.0
>         Environment: Windows
>            Reporter: Mark Farnan
>              Labels: c-sharp,, read, specific, test
>         Attachments: AVRO-1109.patch
>
>
> Using Multidimensional Arrays throws errors during READ for Specific.
> This type of construct SHOULD work, but dosn't
> { ""name"" : ""myArray3"", ""type"" : { ""type"" : ""array"", ""items"" : { ""type"" : ""array"", ""items"" : [ ""double"", ""string"", ""null"" ] } } }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AVRO-1109) CSharp specific fails on multidimensional arrays.

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-1109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting updated AVRO-1109:
-------------------------------

    Fix Version/s:     (was: 1.7.0)
                   1.7.1
    
> CSharp specific fails on multidimensional arrays.
> -------------------------------------------------
>
>                 Key: AVRO-1109
>                 URL: https://issues.apache.org/jira/browse/AVRO-1109
>             Project: Avro
>          Issue Type: Bug
>          Components: csharp
>    Affects Versions: 1.5.1, 1.6.3, 1.7.0
>         Environment: Windows
>            Reporter: Mark Farnan
>              Labels: c-sharp,, read, specific, test
>             Fix For: 1.7.1
>
>         Attachments: AVRO-1109.patch
>
>
> Using Multidimensional Arrays throws errors during READ for Specific.
> This type of construct SHOULD work, but dosn't
> { ""name"" : ""myArray3"", ""type"" : { ""type"" : ""array"", ""items"" : { ""type"" : ""array"", ""items"" : [ ""double"", ""string"", ""null"" ] } } }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AVRO-1109) CSharp specific fails on multidimensional arrays.

Posted by "Mark Farnan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-1109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Farnan updated AVRO-1109:
------------------------------

    Attachment: AVRO-1109.patch
    
> CSharp specific fails on multidimensional arrays.
> -------------------------------------------------
>
>                 Key: AVRO-1109
>                 URL: https://issues.apache.org/jira/browse/AVRO-1109
>             Project: Avro
>          Issue Type: Bug
>          Components: csharp
>    Affects Versions: 1.5.1, 1.6.3, 1.7.0
>         Environment: Windows
>            Reporter: Mark Farnan
>              Labels: c-sharp,, read, specific, test
>             Fix For: 1.7.0
>
>         Attachments: AVRO-1109.patch
>
>
> Using Multidimensional Arrays throws errors during READ for Specific.
> This type of construct SHOULD work, but dosn't
> { ""name"" : ""myArray3"", ""type"" : { ""type"" : ""array"", ""items"" : { ""type"" : ""array"", ""items"" : [ ""double"", ""string"", ""null"" ] } } }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AVRO-1109) CSharp specific fails on multidimensional arrays.

Posted by "Mark Farnan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-1109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Farnan updated AVRO-1109:
------------------------------

    Attachment:     (was: AVRO-1109.patch)
    
> CSharp specific fails on multidimensional arrays.
> -------------------------------------------------
>
>                 Key: AVRO-1109
>                 URL: https://issues.apache.org/jira/browse/AVRO-1109
>             Project: Avro
>          Issue Type: Bug
>          Components: csharp
>    Affects Versions: 1.5.1, 1.6.3, 1.7.0
>         Environment: Windows
>            Reporter: Mark Farnan
>              Labels: c-sharp,, read, specific, test
>
> Using Multidimensional Arrays throws errors during READ for Specific.
> This type of construct SHOULD work, but dosn't
> { ""name"" : ""myArray3"", ""type"" : { ""type"" : ""array"", ""items"" : { ""type"" : ""array"", ""items"" : [ ""double"", ""string"", ""null"" ] } } }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (AVRO-1109) CSharp specific fails on multidimensional arrays.

Posted by "Thiruvalluvan M. G. (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-1109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13412749#comment-13412749 ] 

Thiruvalluvan M. G. commented on AVRO-1109:
-------------------------------------------

Verified on Visual C# Express on Windows 7 that the problem exists before the patch and goes away after the patch.
                
> CSharp specific fails on multidimensional arrays.
> -------------------------------------------------
>
>                 Key: AVRO-1109
>                 URL: https://issues.apache.org/jira/browse/AVRO-1109
>             Project: Avro
>          Issue Type: Bug
>          Components: csharp
>    Affects Versions: 1.5.1, 1.6.3, 1.7.0
>         Environment: Windows
>            Reporter: Mark Farnan
>              Labels: c-sharp,, read, specific, test
>             Fix For: 1.7.1
>
>         Attachments: AVRO-1109.patch
>
>
> Using Multidimensional Arrays throws errors during READ for Specific.
> This type of construct SHOULD work, but dosn't
> { ""name"" : ""myArray3"", ""type"" : { ""type"" : ""array"", ""items"" : { ""type"" : ""array"", ""items"" : [ ""double"", ""string"", ""null"" ] } } }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (AVRO-1109) CSharp specific fails on multidimensional arrays.

Posted by "Thiruvalluvan M. G. (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-1109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13413032#comment-13413032 ] 

Thiruvalluvan M. G. commented on AVRO-1109:
-------------------------------------------

Committed revision 1360842.

After verifying on Ubuntu 12.04 and fixed a couple of typos.

Thank you Mark Farnan.

                
> CSharp specific fails on multidimensional arrays.
> -------------------------------------------------
>
>                 Key: AVRO-1109
>                 URL: https://issues.apache.org/jira/browse/AVRO-1109
>             Project: Avro
>          Issue Type: Bug
>          Components: csharp
>    Affects Versions: 1.5.1, 1.6.3, 1.7.0
>         Environment: Windows
>            Reporter: Mark Farnan
>              Labels: c-sharp,, read, specific, test
>             Fix For: 1.7.1
>
>         Attachments: AVRO-1109.patch
>
>
> Using Multidimensional Arrays throws errors during READ for Specific.
> This type of construct SHOULD work, but dosn't
> { ""name"" : ""myArray3"", ""type"" : { ""type"" : ""array"", ""items"" : { ""type"" : ""array"", ""items"" : [ ""double"", ""string"", ""null"" ] } } }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AVRO-1109) CSharp specific fails on multidimensional arrays.

Posted by "Thiruvalluvan M. G. (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-1109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thiruvalluvan M. G. updated AVRO-1109:
--------------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)
    
> CSharp specific fails on multidimensional arrays.
> -------------------------------------------------
>
>                 Key: AVRO-1109
>                 URL: https://issues.apache.org/jira/browse/AVRO-1109
>             Project: Avro
>          Issue Type: Bug
>          Components: csharp
>    Affects Versions: 1.5.1, 1.6.3, 1.7.0
>         Environment: Windows
>            Reporter: Mark Farnan
>              Labels: c-sharp,, read, specific, test
>             Fix For: 1.7.1
>
>         Attachments: AVRO-1109.patch
>
>
> Using Multidimensional Arrays throws errors during READ for Specific.
> This type of construct SHOULD work, but dosn't
> { ""name"" : ""myArray3"", ""type"" : { ""type"" : ""array"", ""items"" : { ""type"" : ""array"", ""items"" : [ ""double"", ""string"", ""null"" ] } } }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AVRO-1109) CSharp specific fails on multidimensional arrays.

Posted by "Mark Farnan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-1109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Farnan updated AVRO-1109:
------------------------------

    Fix Version/s: 1.7.0
     Release Note: Fix support for Multidimensional Arrays and nullable types in CSharp Specific reader.
           Status: Patch Available  (was: Open)

Re-added as a patch for review.
                
> CSharp specific fails on multidimensional arrays.
> -------------------------------------------------
>
>                 Key: AVRO-1109
>                 URL: https://issues.apache.org/jira/browse/AVRO-1109
>             Project: Avro
>          Issue Type: Bug
>          Components: csharp
>    Affects Versions: 1.6.3, 1.5.1, 1.7.0
>         Environment: Windows
>            Reporter: Mark Farnan
>              Labels: c-sharp,, read, specific, test
>             Fix For: 1.7.0
>
>         Attachments: AVRO-1109.patch
>
>
> Using Multidimensional Arrays throws errors during READ for Specific.
> This type of construct SHOULD work, but dosn't
> { ""name"" : ""myArray3"", ""type"" : { ""type"" : ""array"", ""items"" : { ""type"" : ""array"", ""items"" : [ ""double"", ""string"", ""null"" ] } } }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira