You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Vladimir Aleksandrov (Jira)" <ji...@apache.org> on 2020/04/07 13:47:00 UTC

[jira] [Updated] (AVRO-2784) Append to existing file in C#

     [ https://issues.apache.org/jira/browse/AVRO-2784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Aleksandrov updated AVRO-2784:
---------------------------------------
    Issue Type: New Feature  (was: Wish)

> Append to existing file in C#
> -----------------------------
>
>                 Key: AVRO-2784
>                 URL: https://issues.apache.org/jira/browse/AVRO-2784
>             Project: Apache Avro
>          Issue Type: New Feature
>          Components: csharp
>    Affects Versions: 1.9.2
>            Reporter: Vladimir Aleksandrov
>            Priority: Major
>              Labels: ready-to-commit
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Want to propose to add a possibility to append to existing files in C# in a similar way how it is implemented in Java. I put the priority of "Major" because it is critical functionality for our project.
>  
> I haven't found such tasks in GitHub and here and unfortunately haven't found a way to access the search mailing list archive.
>  
> I created a working draft implementation and can finish writing unit tests. You can find the code here: [https://github.com/valxv/avro].
>  
> My proposal is to add two new public static methods OpenAppendWriter() (one receiving string path and other - streams) to DataFileWriter class to be consistent with C# implementation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)