[ 
https://issues.apache.org/jira/browse/AVRO-823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13659750#comment-13659750
 ] 

Doug Cutting commented on AVRO-823:
-----------------------------------

When I try running tests with the latest patch on Ubuntu 12.04 I get:

{code}
        File/DeflateCodec.cs(38,26): error CS1061: Type 
`System.IO.MemoryStream' does not contain a definition for `CopyTo' and no 
extension method `CopyTo' of type `System.IO.MemoryStream' could be found (are 
you missing a using directive or an assembly reference?)
        File/DeflateCodec.cs(52,28): error CS1061: Type 
`System.IO.Compression.DeflateStream' does not contain a definition for 
`CopyTo' and no extension method `CopyTo' of type 
`System.IO.Compression.DeflateStream' could be found (are you missing a using 
directive or an assembly reference?)
{code}
                
> Support Avro data files in C#
> -----------------------------
>
>                 Key: AVRO-823
>                 URL: https://issues.apache.org/jira/browse/AVRO-823
>             Project: Avro
>          Issue Type: New Feature
>          Components: csharp
>    Affects Versions: 1.5.1, 1.6.3, 1.7.0
>            Reporter: Patrick Angeles
>              Labels: c-sharp,, container, file, object
>         Attachments: AVRO-823.patch, AVRO-823.patch, AVRO-823.patch
>
>
> Currently, the C# implementation does not handle reading and writing of Avro 
> data files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to