Vladimir Aleksandrov created AVRO-2784:
------------------------------------------
Summary: Append to existing file in C#
Key: AVRO-2784
URL: https://issues.apache.org/jira/browse/AVRO-2784
Project: Apache Avro
Issue Type: Wish
Components: csharp
Affects Versions: 1.9.2
Reporter: Vladimir Aleksandrov
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)