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:11:22 UTC

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

     [ 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